| Artist | Listeners | 13-week growth |
|---|---|---|
| Signum | 175k | +0.85% |
| Rank 1 | 377k | +0.74% |
| Gouryella | 236k | +0.57% |
| Alex M.O.R.P.H. | 167k | +0.82% |
| Jonas Steur | 84k | — |
| Tritonal | 449k | +0.99% |
| Push | 260k | +1.12% |
| Marco V | 267k | — |
| Bershy | 122k | +12.67% |
| Way Out West | 371k | — |
| Ben Khan | 146k | — |
| THOT SQUAD | 164k | +10.97% |
| Big Black Delta | 222k | +2.15% |
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