| Artist | Listeners | 13-week growth |
|---|---|---|
| Little Man Tate | 270k | — |
| The Rumble Strips | 244k | — |
| The Pigeon Detectives | 741k | +0.25% |
| Jack Peñate | 165k | +0.49% |
| Milburn | 369k | +0.16% |
| The Rifles | 389k | +0.15% |
| The Ordinary Boys | 239k | — |
| The Vaccines | 1.4M | +0.77% |
| Jamie T | 781k | +0.47% |
| Just Jack | 526k | +1.71% |
| Razorlight | 1.8M | +0.38% |
| The Rakes | 756k | +0.15% |
| Scouting for Girls | 717k | +0.60% |
| Mystery Jets | 868k | +0.69% |
| The Futureheads | 928k | +0.25% |
| Hard-Fi | 990k | +0.49% |
| Maxïmo Park | 793k | +0.08% |
| Kaiser Chiefs | 2.9M | +0.70% |
| The Enemy | 513k | +0.50% |
| The Courteeners | 401k | +0.06% |
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