| Artist | Listeners | 13-week growth |
|---|---|---|
| Blind Witness | 80k | — |
| I Killed the Prom Queen | 270k | +0.53% |
| For the Fallen Dreams | 212k | +0.63% |
| Misery Signals | 189k | +2.05% |
| Bury Tomorrow | 285k | +1.67% |
| Feed Her to the Sharks | 84k | — |
| As I Lay Dying | 1.1M | +0.57% |
| Conducting from the Grave | 32k | — |
| As Blood Runs Black | 310k | +1.21% |
| Haste The Day | 379k | +0.55% |
| Shields | 41k | — |
| Still Remains | 240k | +1.11% |
| Heart of a Coward | 93k | +0.59% |
| All That Remains | 1.1M | +0.78% |
| As Hope Dies | 16k | — |
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