| Artist | Listeners | 13-week growth |
|---|---|---|
| The Listros | 66k | +13.18% |
| gothcandy | 26k | — |
| Human Zoo | 50k | — |
| Sarah and the Safe Word | 73k | — |
| NOMARKMORE | 27k | +17.64% |
| Modern Alibi | 58k | +15.38% |
| The Virginmarys | 69k | — |
| Danko Jones | 384k | +0.52% |
| Loveshy | 83k | +23.74% |
| Tigercub | 160k | +5.01% |
| Rev Theory | 477k | +0.84% |
| inuday | 68k | +10.40% |
| Leap | 123k | +15.39% |
| Himalayas | 211k | +2.51% |
| Waitress | 60k | +35.18% |
| Computer Kill | 98k | +11.05% |
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