| Artist | Listeners | 13-week growth |
|---|---|---|
| Dead Poetic | 256k | +0.71% |
| A Bullet For Pretty Boy | 153k | +5.54% |
| Emery | 523k | +1.14% |
| Greeley Estates | 281k | +0.77% |
| Burden of a Day | 136k | — |
| As Cities Burn | 206k | +0.56% |
| From First to Last | 830k | +1.47% |
| A Static Lullaby | 438k | +1.10% |
| Confide | 272k | +0.37% |
| Underoath | 1.1M | +1.47% |
| Beloved | 86k | — |
| Haste The Day | 379k | +0.55% |
| Before Their Eyes | 226k | +0.95% |
| Drop Dead, Gorgeous | 367k | +0.93% |
| He Is Legend | 225k | +0.57% |
| Showbread | 91k | +0.29% |
| Secret And Whisper | 67k | — |
| The Almost | 357k | +0.45% |
| Oceana | 260k | — |
| Four Letter Lie | 97k | — |
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