| Artist | Listeners | 13-week growth |
|---|---|---|
| Hot Hot Heat | 1.1M | +0.43% |
| The Rakes | 756k | +0.15% |
| Maxïmo Park | 793k | +0.08% |
| Guillemots | 453k | +0.19% |
| The Pigeon Detectives | 741k | +0.25% |
| Franz Ferdinand | 5.0M | +1.52% |
| We Are Scientists | 1.4M | +0.24% |
| The Wrens | 324k | +1.20% |
| The Bravery | 1.5M | +0.87% |
| Pete and the Pirates | 258k | — |
| The Cinematics | 360k | +0.17% |
| The Magic Numbers | 555k | +0.33% |
| Hard-Fi | 990k | +0.49% |
| Clap Your Hands Say Yeah | 1.1M | +0.39% |
| The Airborne Toxic Event | 600k | +0.70% |
| Kaiser Chiefs | 2.9M | +0.70% |
| Kasabian | 3.0M | +0.47% |
| Rooney | 777k | +0.56% |
| Cold War Kids | 1.9M | +0.72% |
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