| Artist | Listeners | 13-week growth |
|---|---|---|
| Sin Shake Sin | 58k | +2.18% |
| Onlap | 96k | — |
| Starset | 577k | +4.20% |
| Cult to Follow | 146k | +3.97% |
| Old Gods of Asgard | 103k | +2.76% |
| KONGOS | 458k | +1.26% |
| Oh The Larceny | 155k | +2.48% |
| All Good Things | 135k | +2.30% |
| Egypt Central | 377k | +0.91% |
| Ashes Remain | 204k | +1.98% |
| Downplay | 75k | — |
| Sick Puppies | 1.0M | +0.88% |
| New Medicine | 187k | +2.24% |
| Smash Into Pieces | 204k | +1.58% |
| Adelitas Way | 442k | +0.72% |
| Written by Wolves | 98k | — |
| Saint Asonia | 167k | +1.68% |
| Breaking Benjamin | 3.0M | +1.88% |
| There for Tomorrow | 365k | +0.77% |
| Ken Ashcorp | 305k | +5.76% |
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