| Artist | Listeners | 13-week growth |
|---|---|---|
| Amira Elfeky | 375k | +0.31% |
| Holywatr | 153k | +10.20% |
| Sace6 | 93k | +21.19% |
| Sleep Token | 888k | +0.20% |
| Sleep Theory | 220k | +11.40% |
| President | 125k | +16.99% |
| Arankai | 67k | — |
| VIOLENT VIRA | 670k | +6.92% |
| The Pretty Wild | 78k | +9.54% |
| SUNDAZER | 128k | +11.20% |
| FKA Rayne | 75k | — |
| Thornhill | 249k | +7.17% |
| msliterate | 39k | — |
| sexnesc | 4.1k | — |
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