| Artist | Listeners | 13-week growth |
|---|---|---|
| Marching Church | 44k | — |
| Brandenburg | 56k | — |
| Eagulls | 92k | — |
| For Against | 67k | +1.23% |
| Iceage | 371k | +5.68% |
| The Raveonettes | 912k | +0.94% |
| Pale Blue Eyes | 47k | +3.06% |
| Preoccupations | 205k | +1.11% |
| Vår | 33k | — |
| Film Noir | 51k | — |
| Merchandise | 106k | — |
| Lower | 49k | — |
| Night Sins | 56k | — |
| Motorama | 384k | +1.08% |
| Crystal Stilts | 249k | +0.47% |
| Mission of Burma | 390k | +0.89% |
| Holograms | 85k | — |
| These New Puritans | 380k | +0.37% |
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