| Artist | Listeners | 13-week growth |
|---|---|---|
| Death Threat | 42k | +1.66% |
| Cold World | 88k | — |
| Trapped Under Ice | 138k | +2.13% |
| Big Boy | 155k | — |
| Downpresser | 33k | — |
| Breakdown | 41k | — |
| Backtrack | 97k | — |
| No Warning | 68k | — |
| Inside Out | 51k | — |
| 100 Demons | 69k | +4.23% |
| Merauder | 64k | +2.75% |
| Foundation | 62k | +2.52% |
| Earth Crisis | 139k | +2.39% |
| The Rival Mob | 46k | — |
| Cold as Life | 28k | +3.16% |
| True Blue | 124k | +15.09% |
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