| Artist | Listeners | 13-week growth |
|---|---|---|
| Boy Kill Boy | 379k | +0.23% |
| The Rifles | 389k | +0.15% |
| The Enemy | 513k | +0.50% |
| Athlete | 976k | +0.25% |
| Milburn | 369k | +0.16% |
| The Hours | 95k | — |
| Orson | 390k | +0.37% |
| Razorlight | 1.8M | +0.38% |
| The Feeling | 577k | +0.30% |
| The Pigeon Detectives | 741k | +0.25% |
| The Magic Numbers | 555k | +0.33% |
| Hard-Fi | 990k | +0.49% |
| The Sunshine Underground | 275k | +0.35% |
| Guillemots | 453k | +0.19% |
| Kaiser Chiefs | 2.9M | +0.70% |
| Doves | 1.3M | +0.53% |
| The Courteeners | 401k | +0.06% |
| Dirty Pretty Things | 885k | +0.43% |
| The Futureheads | 928k | +0.25% |
| Animal Kingdom | 122k | — |
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