| Artist | Listeners | 13-week growth |
|---|---|---|
| Nah | 23k | — |
| B L A C K I E | 8.1k | — |
| dälek | 197k | +2.44% |
| clipping. | 380k | +1.84% |
| Techno Animal | 47k | — |
| cLOUDDEAD | 191k | +0.63% |
| Death Grips | 1.2M | +1.82% |
| Company Flow | 185k | +1.71% |
| Coin Locker Kid | 12k | — |
| Moor Mother | 95k | +1.29% |
| Five Star Hotel | 45k | — |
| Shabazz Palaces | 311k | +0.71% |
| By Storm | 80k | +7.96% |
| Prefuse 73 | 602k | +0.44% |
| The Gerogerigegege | 30k | — |
| Milo | 224k | +1.10% |
| Cities Aviv | 400k | +2.94% |
| Shlohmo | 527k | +0.55% |
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