| Artist | Listeners | 13-week growth |
|---|---|---|
| Drain | 161k | +3.59% |
| Trapped Under Ice | 138k | +2.13% |
| Pest Control | 22k | — |
| Exhibition | 81k | — |
| Crush Your Soul | 16k | — |
| Ingrown | 41k | — |
| Incendiary | 117k | +3.69% |
| Big Boy | 155k | — |
| End It | 74k | — |
| Combust | 23k | — |
| Pain of Truth | 73k | +5.08% |
| Magnitude | 39k | — |
| Regulate | 44k | — |
| The Warriors | 70k | — |
| Never Ending Game | 30k | — |
| Candy | 117k | — |
| Merauder | 64k | +2.75% |
| Jesus Piece | 110k | — |
| Terror | 308k | +1.43% |
| Have Heart | 262k | +2.03% |
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