| Artist | Listeners | 13-week growth |
|---|---|---|
| Hopesfall | 186k | +1.94% |
| Chasing Victory | 68k | — |
| As Cities Burn | 206k | +0.56% |
| Dead Poetic | 256k | +0.71% |
| Emery | 523k | +1.14% |
| From Autumn to Ashes | 497k | +0.78% |
| The Bled | 226k | +0.60% |
| Showbread | 91k | +0.29% |
| Yesterday's Rising | 24k | — |
| Zao | 150k | +1.33% |
| Underoath | 1.1M | +1.47% |
| LoveHateHero | 256k | +4.51% |
| A Static Lullaby | 438k | +1.10% |
| Haste The Day | 379k | +0.55% |
| Fear Before the March of Flames | 229k | +1.05% |
| He Is Legend | 225k | +0.57% |
| Poison the Well | 349k | +2.28% |
| A Bullet For Pretty Boy | 153k | +5.54% |
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