| Artist | Listeners | 13-week growth |
|---|---|---|
| Owl Vision | 156k | +1.66% |
| PrototypeRaptor | 93k | — |
| Danger | 543k | +0.89% |
| The Toxic Avenger | 458k | +1.45% |
| Digitalism | 1.3M | +1.23% |
| Thomas Barrandon | 158k | +1.71% |
| Boys Noize | 879k | +1.10% |
| Uppermost | 232k | +1.35% |
| The Polish Ambassador | 152k | — |
| Sebastian | 681k | +0.95% |
| The Bloody Beetroots | 766k | +0.45% |
| Vitalic | 760k | +1.32% |
| The M Machine | 169k | — |
| Grum | 252k | +0.51% |
| Turbowolf | 139k | — |
| Justice | 2.9M | +1.70% |
| Futurecop! | 150k | +0.28% |
| Busy P | 358k | +0.79% |
| Shinichi Osawa | 139k | — |
| MSTRKRFT | 806k | +0.17% |
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