| Artist | Listeners | 13-week growth |
|---|---|---|
| Matmos | 225k | — |
| Cex | 67k | — |
| Mouse on Mars | 299k | — |
| Bogdan Raczynski | 279k | +0.24% |
| Dan Deacon | 501k | +0.91% |
| Mira Calix | 103k | — |
| The Books | 585k | +0.67% |
| µ-Ziq | 418k | +2.23% |
| Black Dice | 173k | +0.27% |
| Dntel | 416k | +0.47% |
| Ilkae | 117k | — |
| The Soft Pink Truth | 87k | — |
| Two Lone Swordsmen | 236k | — |
| Kid Spatula | 64k | — |
| Clark | 616k | +1.73% |
| Hrvatski | 54k | — |
| The Fiery Furnaces | 467k | +0.15% |
| Kid606 | 149k | +0.61% |
| Squarepusher | 971k | +0.96% |
| Nobukazu Takemura | 98k | +1.54% |
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