| Artist | Listeners | 13-week growth |
|---|---|---|
| Left to Suffer | 105k | +4.37% |
| Cane Hill | 124k | +3.95% |
| Graphic Nature | 34k | — |
| Bleed from Within | 221k | +2.24% |
| King 810 | 79k | — |
| Vended | 108k | — |
| Dry Kill Logic | 366k | +1.96% |
| Daron Malakian and Scars on Broadway | 233k | +2.98% |
| Alpha Wolf | 205k | +2.08% |
| Tetrarch | 66k | — |
| VCTMS | 52k | — |
| From Fall to Spring | 43k | — |
| Resolve | 71k | +3.95% |
| 156/Silence | 120k | +12.65% |
| Caliban | 427k | +0.33% |
| Bleeding Through | 369k | +0.39% |
| Ocean Grove | 128k | +3.47% |
| Upon a Burning Body | 196k | +1.60% |
| Jinjer | 268k | +2.77% |
| Wage War | 340k | +3.04% |
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