| Artist | Listeners | 13-week growth |
|---|---|---|
| Brainiac | 141k | — |
| Q and Not U | 227k | +1.10% |
| Arab on Radar | 72k | +0.92% |
| The Blood Brothers | 380k | +0.56% |
| Dog Faced Hermans | 43k | +2.77% |
| Twine | 43k | — |
| Coughs | 23k | — |
| Ex Models | 47k | — |
| Neptune | 103k | — |
| Liars | 565k | +0.30% |
| Unwound | 453k | +2.47% |
| 假假條 | 5.5k | — |
| Big Black | 338k | +1.83% |
| Melt-Banana | 298k | +1.44% |
| Prostitute | 55k | — |
| Gilla Band | 93k | — |
| Mclusky | 200k | +1.47% |
| Scratch Acid | 119k | — |
| The Dismemberment Plan | 240k | +0.39% |
| An Albatross | 78k | — |
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