| Artist | Listeners | 13-week growth |
|---|---|---|
| Johnny Booth | 75k | +1.68% |
| Blaster | 44k | — |
| God Complex | 83k | — |
| End | 97k | +1.62% |
| Replicant | 24k | — |
| Chamber | 53k | — |
| Cosmic Putrefaction | 16k | — |
| Better Lovers | 55k | +2.15% |
| Every Time I Die | 499k | +0.65% |
| Dealer | 92k | +6.51% |
| fromjoy | 55k | — |
| 156/Silence | 120k | +12.65% |
| Great American Ghost | 37k | — |
| No Cure | 46k | — |
| Foreign Hands | 49k | — |
| Mouthbreather | 34k | — |
| Jesus Piece | 110k | — |
| Heriot | 50k | — |
| The Hollow | 17k | — |
| Chain Gang | 29k | +4.31% |
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