| Artist | Listeners | 13-week growth |
|---|---|---|
| Night Rider | 32k | — |
| Phinehas | 66k | +1.90% |
| Oh, Sleeper | 191k | +0.45% |
| This or the Apocalypse | 67k | — |
| Texas in July | 198k | +0.37% |
| Wovenwar | 43k | +0.66% |
| Miss May I | 466k | +1.05% |
| August Burns Red | 818k | +1.09% |
| Bury Tomorrow | 285k | +1.67% |
| As I Lay Dying | 1.1M | +0.57% |
| In Hearts Wake | 119k | +1.01% |
| All That Remains | 1.1M | +0.78% |
| Buried in Verona | 94k | — |
| Dark Divine | 51k | +8.42% |
| Times of Grace | 96k | +1.39% |
| I the Breather | 44k | — |
| Rising Insane | 48k | +3.41% |
| Any Given Day | 102k | +1.98% |
| Kill the Lights | 41k | — |
| 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