| Artist | Listeners | 13-week growth |
|---|---|---|
| Yukan | 91k | +54.83% |
| 2muchmotion | 57k | +29.18% |
| Twentythree | 267k | +0.71% |
| Secret Society | 79k | +46.61% |
| BLONDE SUPPERMACY | 90k | +34.70% |
| PureSnow | 146k | +14.51% |
| reyy | 40k | +56.79% |
| Skullface | 73k | +48.57% |
| Babe Dylan | 63k | +29.15% |
| OSK | 43k | +56.95% |
| Elijah Aike | 101k | +19.31% |
| fakemink archive | 202k | +28.47% |
| ZERTAL | 43k | +103.81% |
| Saam Sultan | 178k | +14.57% |
| blimeydog | 65k | +41.89% |
| SaySo | 117k | +23.77% |
| 9090gate | 161k | +13.65% |
| fakemink | 551k | +13.20% |
| KTmelodies | 112k | +12.98% |
| Zukovstheworld | 99k | +15.93% |
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