| Artist | Listeners | 13-week growth |
|---|---|---|
| A Life Once Lost | 72k | — |
| As Hope Dies | 16k | — |
| Nehemiah | 18k | — |
| Dead Blue Sky | 6.7k | — |
| Prayer For Cleansing | 25k | — |
| Remembering Never | 56k | — |
| Undying | 25k | — |
| Catherine | 95k | — |
| Himsa | 92k | — |
| The Autumn Offering | 75k | — |
| Martyr AD | 30k | — |
| Bury Your Dead | 171k | +0.72% |
| From a Second Story Window | 43k | — |
| Conducting from the Grave | 32k | — |
| It Dies Today | 300k | +0.78% |
| Zao | 150k | +1.33% |
| Darkest Hour | 308k | +0.74% |
| Heartscarved | 5.2k | — |
| Bleeding Through | 369k | +0.39% |
| Unearth | 414k | +0.40% |
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