| Artist | Listeners | 13-week growth |
|---|---|---|
| Tourist | 447k | +1.41% |
| Teengirl Fantasy | 116k | — |
| Lapalux | 350k | +1.03% |
| Majical Cloudz | 198k | +0.58% |
| Shigeto | 280k | +0.48% |
| Gold Panda | 597k | +0.52% |
| Bibio | 920k | +1.07% |
| Nosaj Thing | 609k | +0.56% |
| Clark | 616k | +1.73% |
| Prefuse 73 | 602k | +0.44% |
| Machinedrum | 476k | +1.11% |
| Shlohmo | 527k | +0.55% |
| Caribou | 1.4M | +0.67% |
| Dorian Concept | 384k | +5.38% |
| FaltyDL | 187k | +0.62% |
| Rival Consoles | 364k | +1.55% |
| Ital Tek | 201k | +1.22% |
| Blanck Mass | 134k | +0.48% |
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