| Artist | Listeners | 13-week growth |
|---|---|---|
| Thirteen Senses | 660k | +0.44% |
| Guillemots | 453k | +0.19% |
| The Magic Numbers | 555k | +0.33% |
| The Enemy | 513k | +0.50% |
| The Rifles | 389k | +0.15% |
| Athlete | 976k | +0.25% |
| The Boxer Rebellion | 387k | +0.71% |
| Delays | 272k | — |
| Doves | 1.3M | +0.53% |
| Hard-Fi | 990k | +0.49% |
| The Pigeon Detectives | 741k | +0.25% |
| South | 219k | — |
| Little Man Tate | 270k | — |
| The Sunshine Underground | 275k | +0.35% |
| Cherry Ghost | 156k | +0.53% |
| Morning Runner | 128k | — |
| The Coral | 1.1M | +0.48% |
| The Zutons | 786k | +0.31% |
| Mystery Jets | 868k | +0.69% |
| I Am Kloot | 391k | +0.26% |
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