| Artist | Listeners | 13-week growth |
|---|---|---|
| Jackie DeShannon | 235k | +1.04% |
| Little Eva | 303k | +1.87% |
| The Chiffons | 380k | +1.07% |
| The Cookies | 57k | +0.83% |
| The Dixie Cups | 311k | +1.87% |
| The Shangri-Las | 448k | +0.90% |
| The Velvelettes | 230k | +0.50% |
| Dusty Springfield | 2.1M | +1.44% |
| Mary Wells | 510k | +0.97% |
| Lulu | 285k | +1.04% |
| Betty Everett | 202k | +1.14% |
| Laura Nyro | 202k | +1.28% |
| The Exciters | 128k | +1.12% |
| Sonny & Cher | 527k | +1.85% |
| Bobbie Gentry | 288k | +1.36% |
| Judy Collins | 299k | +1.70% |
select
similar_artist_id, slug, display_name, size_band,
latest_listeners, total_pct_growth, weeks_tracked, similarity_score, rank
from api_artist_similar
where artist_id = $1
order by rank ascselect *
from api_artist_profile
where artist_id = $1