| Artist | Listeners | 13-week growth |
|---|---|---|
| Plaid | 566k | +0.64% |
| Two Lone Swordsmen | 236k | — |
| µ-Ziq | 418k | +2.23% |
| Mouse on Mars | 299k | — |
| Brothomstates | 78k | — |
| Jake Slazenger | 13k | — |
| Mira Calix | 103k | — |
| Kettel | 245k | — |
| Global Goon | 48k | — |
| Ochre | 202k | +0.66% |
| Prefuse 73 | 602k | +0.44% |
| Squarepusher | 971k | +0.96% |
| LFO | 442k | +1.73% |
| Cylob | 103k | +0.78% |
| I Am Robot and Proud | 131k | — |
| Clark | 616k | +1.73% |
| Kid Spatula | 64k | — |
| Autechre | 809k | +1.38% |
| AFX | 354k | +1.27% |
| Balil | 36k | — |
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