| Artist | Listeners | 13-week growth |
|---|---|---|
| ZZT | 98k | +0.53% |
| Boys Noize | 879k | +1.10% |
| Crookers | 420k | — |
| Zombie Nation | 521k | — |
| Mr. Oizo | 794k | +0.90% |
| The Bloody Beetroots | 766k | +0.45% |
| Surkin | 308k | +0.22% |
| Tiga | 738k | +1.27% |
| Busy P | 358k | +0.79% |
| Siriusmo | 315k | +0.69% |
| Vitalic | 760k | +1.32% |
| Teenage Bad Girl | 206k | +0.12% |
| MSTRKRFT | 806k | +0.17% |
| Simian Mobile Disco | 991k | +0.55% |
| Digitalism | 1.3M | +1.23% |
| Para One | 265k | +0.46% |
| AutoKratz | 166k | — |
| Fake Blood | 260k | — |
| Sebastian | 681k | +0.95% |
| Alter Ego | 282k | — |
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