| Artist | Listeners | 13-week growth |
|---|---|---|
| Anavae | 66k | +1.86% |
| We Are the Fallen | 199k | — |
| Icon for Hire | 254k | +2.07% |
| The Letter Black | 138k | +0.38% |
| Fit for Rivals | 159k | — |
| Evans Blue | 641k | +0.99% |
| The Material | 42k | +2.62% |
| Skarlett Riot | 39k | — |
| We Are the Catalyst | 37k | +0.06% |
| Cryoshell | 78k | — |
| VUKOVI | 120k | +1.64% |
| Rivals | 65k | +5.32% |
| Stitched Up Heart | 57k | +5.86% |
| Smash Into Pieces | 204k | +1.58% |
| Art of Dying | 334k | +0.81% |
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