# Pastebin SJNM9lQA SELECT user_name , artist_credit_id FROM listens WHERE artist_credit_id IS NOT NULL GROUP BY user_name , artist_credit_id HAVING count(*) > 25