| Artist | Listeners | 13-week growth |
|---|---|---|
| Jürgen Paape | 143k | — |
| Vitalic | 760k | +1.32% |
| John Tejada | 212k | — |
| Marcus Marr | 158k | — |
| Tiga | 738k | +1.27% |
| AutoKratz | 166k | — |
| Boys Noize | 879k | +1.10% |
| Simian Mobile Disco | 991k | +0.55% |
| Fischerspooner | 775k | +0.43% |
| Siriusmo | 315k | +0.69% |
| ZZT | 98k | +0.53% |
| Felix da Housecat | 590k | +0.78% |
| Xinobi | 196k | — |
| Digitalism | 1.3M | +1.23% |
| Andrew Weatherall | 61k | — |
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