| Artist | Listeners | 13-week growth |
|---|---|---|
| Evil Nine | 269k | +1.56% |
| Adam Freeland | 178k | +1.80% |
| Phonat | 91k | — |
| Digitalism | 1.3M | +1.23% |
| The Bloody Beetroots | 766k | +0.45% |
| Wolfgang Gartner | 503k | +0.34% |
| AutoKratz | 166k | — |
| The M Machine | 169k | — |
| Boys Noize | 879k | +1.10% |
| Kill the Noise | 386k | +0.75% |
| Alex Gopher | 310k | +0.33% |
| Teenage Bad Girl | 206k | +0.12% |
| Age of Consent | 61k | +2.46% |
| Ils | 170k | +1.45% |
| The Whip | 379k | +0.64% |
| MSTRKRFT | 806k | +0.17% |
| Mord Fustang | 175k | — |
| Overseer | 359k | +0.89% |
| Shinichi Osawa | 139k | — |
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