| Artist | Listeners | 13-week growth |
|---|---|---|
| Owl Vision | 156k | +1.66% |
| Black Tiger Sex Machine | 124k | +1.89% |
| F.O.O.L | 231k | +1.65% |
| The Bloody Beetroots | 766k | +0.45% |
| Fukkk Offf | 262k | +0.62% |
| Le Castle Vania | 270k | +2.26% |
| Danger | 543k | +0.89% |
| PrototypeRaptor | 93k | — |
| Boys Noize | 879k | +1.10% |
| The Toxic Avenger | 458k | +1.45% |
| Simian Mobile Disco | 991k | +0.55% |
| Digitalism | 1.3M | +1.23% |
| Autodidakt | 20k | — |
| MSTRKRFT | 806k | +0.17% |
| Synapson | 197k | +1.68% |
| Vitalic | 760k | +1.32% |
| Cyberpunkers | 87k | +0.86% |
| Siriusmo | 315k | +0.69% |
| Mosh | 41k | — |
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