| Artist | Listeners | 13-week growth |
|---|---|---|
| Chastity Belt | 297k | +1.33% |
| Land of Talk | 355k | +1.25% |
| Crystal Stilts | 249k | +0.47% |
| Holy Wave | 117k | +4.01% |
| Gaz Coombes | 141k | +1.03% |
| Generationals | 578k | +0.99% |
| Foxygen | 619k | +1.08% |
| The Warlocks | 158k | +0.65% |
| Richard in Your Mind | 63k | — |
| Paul Banks | 114k | +0.92% |
| The Districts | 235k | +0.92% |
| The Maccabees | 1.2M | +0.40% |
| Someone Still Loves You Boris Yeltsin | 528k | +0.88% |
| The Music | 393k | +0.33% |
| The Growlers | 856k | +1.61% |
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