| Artist | Listeners | 13-week growth |
|---|---|---|
| Balance Breach | 18k | — |
| Any Given Day | 102k | +1.98% |
| Wovenwar | 43k | +0.66% |
| Righteous Vendetta | 47k | — |
| Times of Grace | 96k | +1.39% |
| Her Last Sight | 54k | +0.56% |
| All That Remains | 1.1M | +0.78% |
| Dreamshade | 52k | — |
| Demotional | 40k | — |
| Bury Tomorrow | 285k | +1.67% |
| Miss May I | 466k | +1.05% |
| Our Mirage | 62k | +4.87% |
| VICIOUS RAIN | 15k | — |
| Light the Torch | 129k | +1.76% |
| Affiance | 46k | — |
| Annisokay | 160k | +1.91% |
| As I Lay Dying | 1.1M | +0.57% |
| Phinehas | 66k | +1.90% |
| The Narrator | 49k | +5.73% |
| AxeWound | 31k | — |
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