| Artist | Listeners | 13-week growth |
|---|---|---|
| Gel | 154k | — |
| Show Me the Body | 489k | +8.02% |
| Zulu | 115k | — |
| Petrol Girls | 60k | +1.64% |
| Gouge Away | 111k | +2.04% |
| Jivebomb | 34k | — |
| End It | 74k | — |
| Otoboke Beaver | 204k | +1.93% |
| Spy | 84k | +2.85% |
| Drug Church | 170k | +1.89% |
| Gulch | 130k | +2.70% |
| Lord Snow | 47k | — |
| Touché Amoré | 316k | +1.69% |
| Jesus Piece | 110k | — |
| The Armed | 162k | +2.59% |
| Frail Body | 59k | — |
| Ceremony | 263k | — |
| Prostitute | 55k | — |
| Gospel | 101k | +0.34% |
| The Blood Brothers | 380k | +0.56% |
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