| Artist | Listeners | 13-week growth |
|---|---|---|
| Killswitch Engage | 1.7M | +1.34% |
| Her Last Sight | 54k | +0.56% |
| Opal In Sky | 38k | — |
| Bullet for My Valentine | 2.6M | +1.28% |
| As I Lay Dying | 1.1M | +0.57% |
| Sable Hills | 22k | — |
| August Burns Red | 818k | +1.09% |
| Miss May I | 466k | +1.05% |
| Unearth | 414k | +0.40% |
| It Dies Today | 300k | +0.78% |
| Five Finger Death Punch | 1.6M | +1.37% |
| Like Moths to Flames | 221k | +3.68% |
| All That Remains | 1.1M | +0.78% |
| Trivium | 1.4M | +1.16% |
| Times of Grace | 96k | +1.39% |
| I Killed the Prom Queen | 270k | +0.53% |
| After the Burial | 264k | +1.57% |
| Atreyu | 1.4M | +0.64% |
| Callejon | 81k | — |
| Bury Tomorrow | 285k | +1.67% |
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