| Artist | Listeners | 13-week growth |
|---|---|---|
| Trash Talk | 152k | — |
| Trapped Under Ice | 138k | +2.13% |
| Blacklisted | 100k | — |
| Drug Church | 170k | +1.89% |
| Angel Du$t | 190k | +3.17% |
| Have Heart | 262k | +2.03% |
| Spy | 84k | +2.85% |
| The Rival Mob | 46k | — |
| End It | 74k | — |
| Dangers | 60k | — |
| Gouge Away | 111k | +2.04% |
| Culture Abuse | 91k | +1.91% |
| Cold World | 88k | — |
| Self Defense Family | 40k | — |
| Rotting Out | 77k | — |
| Gulch | 130k | +2.70% |
| Swain | 68k | — |
| Mindforce | 79k | — |
| Modern Life Is War | 163k | — |
| Haywire 617 | 35k | — |
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