| Artist | Listeners | 13-week growth |
|---|---|---|
| Ra Ra Riot | 1.0M | +0.25% |
| Speak | 63k | — |
| Local Natives | 1.4M | +0.90% |
| The Naked and Famous | 1.3M | +1.00% |
| Generationals | 578k | +0.99% |
| Mae | 565k | +0.23% |
| Rubblebucket | 196k | — |
| Colony House | 361k | +1.27% |
| Electric Guest | 742k | +1.10% |
| Lydia | 313k | +0.64% |
| Yellow Ostrich | 206k | — |
| Passion Pit | 2.6M | +1.83% |
| RAC | 606k | +0.75% |
| Matt & Kim | 638k | +0.03% |
| Geographer | 267k | — |
| Two Door Cinema Club | 3.2M | +1.94% |
| The Format | 665k | +0.40% |
| Sir Sly | 473k | +1.54% |
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