| Artist | Listeners | 13-week growth |
|---|---|---|
| Wolf Gang | 280k | +0.35% |
| The Royal Concept | 336k | +1.10% |
| Ram Di Dam | 43k | — |
| Ghosts | 153k | — |
| Youngblood Hawke | 353k | +1.28% |
| Ashtar Command | 96k | — |
| Morning Runner | 128k | — |
| Guards | 156k | — |
| Boy Kill Boy | 379k | +0.23% |
| Atlas Genius | 564k | +1.31% |
| Athlete | 976k | +0.25% |
| Doves | 1.3M | +0.53% |
| The Boxer Rebellion | 387k | +0.71% |
| The Bravery | 1.5M | +0.87% |
| The Temper Trap | 2.1M | +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