| Artist | Listeners | 13-week growth |
|---|---|---|
| Kid606 | 149k | +0.61% |
| Max Tundra | 85k | — |
| Doormouse | 49k | +0.93% |
| Captain Ahab | 22k | — |
| Knifehandchop | 72k | — |
| Bogdan Raczynski | 279k | +0.24% |
| Datach'i | 66k | +0.47% |
| µ-Ziq | 418k | +2.23% |
| Venetian Snares | 579k | +0.99% |
| Hrvatski | 54k | — |
| V/Vm | 16k | — |
| Last Step | 39k | +0.22% |
| Boom Bip | 227k | — |
| Clark | 616k | +1.73% |
| Xanopticon | 52k | +1.50% |
| Kid Spatula | 64k | — |
| Mouse on Mars | 299k | — |
| The Flashbulb | 453k | — |
| Mike & Rich | 100k | +1.17% |
| Gescom | 111k | +0.31% |
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