| Artist | Listeners | 13-week growth |
|---|---|---|
| A Place to Bury Strangers | 427k | +0.84% |
| Crystal Stilts | 249k | +0.47% |
| Young Prisms | 113k | — |
| Lower Dens | 333k | +0.45% |
| Just Mustard | 151k | — |
| Film School | 184k | +0.85% |
| The Jesus and Mary Chain | 1.4M | +1.92% |
| Young Marble Giants | 254k | +0.89% |
| Swirlies | 275k | +2.47% |
| Crocodiles | 209k | +0.42% |
| DIIV | 813k | +1.39% |
| Women | 336k | +0.94% |
| Amusement Parks On Fire | 176k | — |
| No Joy | 184k | +1.64% |
| Atlas Sound | 539k | +0.52% |
| A Sunny Day in Glasgow | 241k | +0.28% |
| Majki | 48k | +12.77% |
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