| Artist | Listeners | 13-week growth |
|---|---|---|
| Crystal Lake | 192k | +1.59% |
| Crossfaith | 149k | — |
| Knosis | 31k | +8.13% |
| Prompts | 19k | — |
| Earthists. | 27k | — |
| The Curse Within | 25k | — |
| Her Last Sight | 54k | +0.56% |
| Pay money To my Pain | 55k | — |
| a crowd of rebellion | 57k | — |
| Miss May I | 466k | +1.05% |
| As I Lay Dying | 1.1M | +0.57% |
| Paledusk | 86k | +6.32% |
| NEMOPHILA | 31k | +6.64% |
| Breakdown of Sanity | 118k | +1.64% |
| Windwaker | 84k | +4.84% |
| Unearth | 414k | +0.40% |
| Bury Tomorrow | 285k | +1.67% |
| Like Moths to Flames | 221k | +3.68% |
| Any Given Day | 102k | +1.98% |
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