| Artist | Listeners | 13-week growth |
|---|---|---|
| Art of Dying | 334k | +0.81% |
| Adelitas Way | 442k | +0.72% |
| Like a Storm | 108k | +1.32% |
| Devour the Day | 76k | — |
| Memory of a Melody | 58k | — |
| Cryoshell | 78k | — |
| Pop Evil | 385k | +1.27% |
| Through Fire | 71k | +1.57% |
| Evans Blue | 641k | +0.99% |
| Saint Asonia | 167k | +1.68% |
| Emphatic | 75k | +1.84% |
| Framing Hanley | 272k | — |
| Self Deception | 140k | +2.79% |
| No Resolve | 117k | — |
| Smash Into Pieces | 204k | +1.58% |
| Silent Theory | 55k | — |
| Lansdowne | 76k | — |
| Plan Three | 56k | +0.61% |
| Nine Lashes | 167k | +2.49% |
| Egypt Central | 377k | +0.91% |
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