| Artist | Listeners | 13-week growth |
|---|---|---|
| The Magic Numbers | 555k | +0.33% |
| Athlete | 976k | +0.25% |
| Guillemots | 453k | +0.19% |
| Badly Drawn Boy | 879k | +0.32% |
| The Zutons | 786k | +0.31% |
| The Bees | 339k | +0.41% |
| The Coral | 1.1M | +0.48% |
| Aqualung | 929k | — |
| Delays | 272k | — |
| Rooney | 777k | +0.56% |
| Razorlight | 1.8M | +0.38% |
| Turin Brakes | 508k | +0.22% |
| Doves | 1.3M | +0.53% |
| Travis | 2.1M | +0.57% |
| The Perishers | 399k | — |
| Finley Quaye | 391k | — |
| Hot Hot Heat | 1.1M | +0.43% |
| JJ72 | 112k | — |
| Hard-Fi | 990k | +0.49% |
| 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