| Artist | Listeners | 13-week growth |
|---|---|---|
| Kim Gordon | 173k | +2.62% |
| Algiers | 136k | — |
| Model/Actriz | 186k | +4.01% |
| Iceage | 371k | +5.68% |
| Horse Lords | 51k | — |
| Gilla Band | 93k | — |
| Chalk | 72k | — |
| Prostitute | 55k | — |
| Chat Pile | 205k | +4.09% |
| truck violence | 17k | — |
| HEALTH | 1.0M | +2.11% |
| Just Mustard | 151k | — |
| Stuck | 77k | — |
| MSPAINT | 63k | — |
| Liars | 565k | +0.30% |
| Show Me the Body | 489k | +8.02% |
| Kirin J Callinan | 103k | — |
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