| Artist | Listeners | 13-week growth |
|---|---|---|
| The Rifles | 389k | +0.15% |
| Mystery Jets | 868k | +0.69% |
| The Rakes | 756k | +0.15% |
| The Pigeon Detectives | 741k | +0.25% |
| One Night Only | 313k | — |
| The Holloways | 335k | — |
| Razorlight | 1.8M | +0.38% |
| Jack Peñate | 165k | +0.49% |
| The Sunshine Underground | 275k | +0.35% |
| Milburn | 369k | +0.16% |
| The Maccabees | 1.2M | +0.40% |
| Scouting for Girls | 717k | +0.60% |
| Mumm-Ra | 468k | +0.55% |
| The Cribs | 936k | +0.71% |
| The View | 637k | +0.21% |
| Jamie T | 781k | +0.47% |
| Pete and the Pirates | 258k | — |
| Shout Out Louds | 667k | +0.14% |
| Dirty Pretty Things | 885k | +0.43% |
| 1990s | 110k | — |
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