| Artist | Listeners | 13-week growth |
|---|---|---|
| The Futureheads | 928k | +0.25% |
| 1990s | 110k | — |
| Razorlight | 1.8M | +0.38% |
| Idlewild | 393k | +0.41% |
| Hot Hot Heat | 1.1M | +0.43% |
| Dirty Pretty Things | 885k | +0.43% |
| Maxïmo Park | 793k | +0.08% |
| The View | 637k | +0.21% |
| Frightened Rabbit | 729k | +0.42% |
| We Are Scientists | 1.4M | +0.24% |
| Art Brut | 568k | +0.14% |
| Milburn | 369k | +0.16% |
| The Zutons | 786k | +0.31% |
| Delays | 272k | — |
| The Coral | 1.1M | +0.48% |
| Hard-Fi | 990k | +0.49% |
| Little Birdy | 91k | +0.32% |
| Babyshambles | 1.1M | +0.27% |
| Gomez | 638k | +0.31% |
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