| Artist | Listeners | 13-week growth |
|---|---|---|
| The Flashbulb | 453k | — |
| Kettel | 245k | — |
| 36 | 202k | +2.55% |
| Ochre | 202k | +0.66% |
| Helios | 697k | +0.35% |
| Northcape | 84k | +0.63% |
| The Black Dog | 266k | +1.68% |
| Secede | 135k | +1.37% |
| Plaid | 566k | +0.64% |
| Maps and Diagrams | 59k | — |
| Deru | 143k | +1.29% |
| µ-Ziq | 418k | +2.23% |
| Stellardrone | 88k | +2.04% |
| Hecq | 94k | +0.19% |
| Biosphere | 770k | +0.97% |
| Carbon Based Lifeforms | 447k | +0.56% |
| Bersarin Quartett | 127k | +0.75% |
| Kodomo | 211k | +1.02% |
| Squarepusher | 971k | +0.96% |
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