| Artist | Listeners | 13-week growth |
|---|---|---|
| Feed Her to the Sharks | 84k | — |
| Casino Madrid | 118k | — |
| The Air I Breathe | 31k | — |
| This or the Apocalypse | 67k | — |
| Shoot the Girl First | 34k | +5.78% |
| That's Outrageous! | 28k | — |
| Make Me Famous | 89k | — |
| Woe, Is Me | 283k | +1.62% |
| In Hearts Wake | 119k | +1.01% |
| Miss May I | 466k | +1.05% |
| Like Moths to Flames | 221k | +3.68% |
| Blessthefall | 792k | +1.33% |
| Kingdom of Giants | 134k | +3.47% |
| If I Were You | 63k | +1.86% |
| The Color Morale | 144k | +1.00% |
| This Romantic Tragedy | 95k | +0.73% |
| Adept | 283k | +0.41% |
| Secrets | 158k | +2.69% |
| For All Those Sleeping | 145k | +2.27% |
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