| Artist | Listeners | 13-week growth |
|---|---|---|
| Franz Ferdinand | 5.0M | +1.52% |
| Simian | 317k | — |
| Kaiser Chiefs | 2.9M | +0.70% |
| Dirty Pretty Things | 885k | +0.43% |
| Art Brut | 568k | +0.14% |
| Kasabian | 3.0M | +0.47% |
| The Vaccines | 1.4M | +0.77% |
| The Fratellis | 2.4M | +1.55% |
| Django Django | 582k | +0.59% |
| The Rakes | 756k | +0.15% |
| The Libertines | 1.8M | +0.54% |
| Miles Kane | 602k | +0.60% |
| We Are Scientists | 1.4M | +0.24% |
| The Futureheads | 928k | +0.25% |
| EL VY | 152k | +0.56% |
| Maxïmo Park | 793k | +0.08% |
| The National | 2.5M | +0.63% |
| Hard-Fi | 990k | +0.49% |
| Blood Red Shoes | 759k | +0.76% |
| Johnny Marr | 220k | +1.90% |
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