| Artist | Listeners | 13-week growth |
|---|---|---|
| As I Lay Dying | 1.1M | +0.57% |
| Death Decline | 23k | — |
| DevilDriver | 636k | +0.74% |
| Warbringer | 125k | +0.89% |
| Unearth | 414k | +0.40% |
| Okilly Dokilly | 46k | +1.86% |
| Ektomorf | 184k | +0.36% |
| Chimaira | 556k | +0.45% |
| Gama Bomb | 137k | — |
| Battlecross | 24k | — |
| God Forbid | 204k | +0.36% |
| Heaven Shall Burn | 453k | +0.42% |
| Lost Souls | 28k | — |
| Trivium | 1.4M | +1.16% |
| Get The Shot | 59k | — |
| Caliban | 427k | +0.33% |
| Divine Heresy | 144k | +0.24% |
| Municipal Waste | 431k | +1.22% |
| Dust Bolt | 28k | — |
| Upon a Burning Body | 196k | +1.60% |
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