| Artist | Listeners | 13-week growth |
|---|---|---|
| Scouting for Girls | 717k | +0.60% |
| Cajun Dance Party | 135k | — |
| Ghosts | 153k | — |
| One Night Only | 313k | — |
| The Cinematics | 360k | +0.17% |
| The Holloways | 335k | — |
| Razorlight | 1.8M | +0.38% |
| Hard-Fi | 990k | +0.49% |
| The Enemy | 513k | +0.50% |
| The Ordinary Boys | 239k | — |
| The Rakes | 756k | +0.15% |
| The Pigeon Detectives | 741k | +0.25% |
| Athlete | 976k | +0.25% |
| The Rifles | 389k | +0.15% |
| The Magic Gang | 160k | +0.68% |
| Orson | 390k | +0.37% |
| The View | 637k | +0.21% |
| Dirty Pretty Things | 885k | +0.43% |
| Boy Kill Boy | 379k | +0.23% |
| The Maccabees | 1.2M | +0.40% |
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