| Artist | Listeners | 13-week growth |
|---|---|---|
| Starset | 577k | +4.20% |
| Greek Fire | 46k | — |
| Oceans Divide | 49k | — |
| Cult to Follow | 146k | +3.97% |
| Nine Lashes | 167k | +2.49% |
| Adelitas Way | 442k | +0.72% |
| Bridge to Grace | 36k | — |
| Evans Blue | 641k | +0.99% |
| Egypt Central | 377k | +0.91% |
| Red | 972k | +0.65% |
| Thousand Foot Krutch | 1.2M | +1.79% |
| Throw the Fight | 107k | — |
| Onlap | 96k | — |
| Saint Asonia | 167k | +1.68% |
| My Darkest Days | 443k | +2.29% |
| Breaking Benjamin | 3.0M | +1.88% |
| Ashes Remain | 204k | +1.98% |
| Plan Three | 56k | +0.61% |
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