| Artist | Listeners | 13-week growth |
|---|---|---|
| Imperial Mammoth | 91k | — |
| POP ETC | 145k | — |
| OK Go | 1.8M | +0.78% |
| Albert Hammond, Jr. | 455k | +0.04% |
| Mando Diao | 1.1M | +0.72% |
| The Joy Formidable | 498k | +0.69% |
| Delta Spirit | 485k | +0.68% |
| Ra Ra Riot | 1.0M | +0.25% |
| Manchester Orchestra | 1.5M | +1.52% |
| The Bravery | 1.5M | +0.87% |
| Grouplove | 2.4M | +3.45% |
| The Airborne Toxic Event | 600k | +0.70% |
| Dirty Pretty Things | 885k | +0.43% |
| Telekinesis | 329k | — |
| Spoon | 2.1M | +0.54% |
| The Long Winters | 267k | +0.32% |
| The Shins | 3.2M | +0.64% |
| Cold War Kids | 1.9M | +0.72% |
| Hot Hot Heat | 1.1M | +0.43% |
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