| Artist | Listeners | 13-week growth |
|---|---|---|
| Plan Three | 56k | +0.61% |
| Fivefold | 46k | — |
| Bridge to Grace | 36k | — |
| Cryoshell | 78k | — |
| Memory of a Melody | 58k | — |
| There for Tomorrow | 365k | +0.77% |
| Nine Lashes | 167k | +2.49% |
| Downplay | 75k | — |
| The Veer Union | 215k | — |
| Throw the Fight | 107k | — |
| Cult to Follow | 146k | +3.97% |
| Ashes Remain | 204k | +1.98% |
| Evans Blue | 641k | +0.99% |
| Onlap | 96k | — |
| Adelitas Way | 442k | +0.72% |
| My Darkest Days | 443k | +2.29% |
| Emphatic | 75k | +1.84% |
| Like a Storm | 108k | +1.32% |
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