| Artist | Listeners | 13-week growth |
|---|---|---|
| ericdoa | 423k | +3.15% |
| re6ce | 296k | +3.20% |
| aldn | 558k | +3.17% |
| Gunnr | 93k | +6.89% |
| Cybertrash | 146k | +3.64% |
| LOVELI LORI | 392k | +8.06% |
| glaive | 623k | +5.90% |
| ZENTHEGHOUL | 58k | +2.67% |
| ovine hall | 72k | +9.27% |
| brakence | 368k | +0.12% |
| Sorisa | 39k | +41.08% |
| onlywoke | 84k | +13.89% |
| Numl6ck | 166k | +2.21% |
| Endie | 126k | +5.44% |
| kobzx2z | 264k | +15.31% |
| Jayya | 72k | +10.17% |
| ayowitty | 64k | +14.18% |
| rouri404 | 75k | +0.08% |
| heylog | 82k | +3.91% |
| Odetari | 1.2M | +4.65% |
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