| Artist | Listeners | 13-week growth |
|---|---|---|
| Cities Aviv | 400k | +2.94% |
| B L A C K I E | 8.1k | — |
| dälek | 197k | +2.44% |
| Standing On The Corner | 236k | +0.72% |
| cLOUDDEAD | 191k | +0.63% |
| SLAUSON MALONE 1 | 147k | +1.83% |
| Xiu Xiu | 807k | +0.35% |
| Food For Animals | 17k | — |
| Tek lintowe | 98k | +3.77% |
| By Storm | 80k | +7.96% |
| Clarence Clarity | 225k | +0.98% |
| Jim O'Rourke | 182k | +0.61% |
| Animal Collective | 1.8M | +0.74% |
| Dean Blunt | 1.0M | +5.33% |
| Death Grips | 1.2M | +1.82% |
| Moor Mother | 95k | +1.29% |
| thanks god | 12k | +5.10% |
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