| Artist | Listeners | 13-week growth |
|---|---|---|
| Texas in July | 198k | +0.37% |
| August Burns Red | 818k | +1.09% |
| Affiance | 46k | — |
| Miss May I | 466k | +1.05% |
| I the Breather | 44k | — |
| Adestria | 50k | — |
| For the Fallen Dreams | 212k | +0.63% |
| The Air I Breathe | 31k | — |
| Breakdown of Sanity | 118k | +1.64% |
| MyChildren MyBride | 116k | — |
| Oh, Sleeper | 191k | +0.45% |
| In Hearts Wake | 119k | +1.01% |
| Buried in Verona | 94k | — |
| Like Moths to Flames | 221k | +3.68% |
| The Word Alive | 565k | +0.90% |
| Phinehas | 66k | +1.90% |
| ERRA | 225k | +3.62% |
| After the Burial | 264k | +1.57% |
| Kingdom of Giants | 134k | +3.47% |
| Feed Her to the Sharks | 84k | — |
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