| Artist | Listeners | 13-week growth |
|---|---|---|
| Chinchilla | 197k | +3.30% |
| Ash | 956k | +1.20% |
| Delays | 272k | — |
| Idlewild | 393k | +0.41% |
| Reef | 240k | +0.57% |
| Feeder | 985k | +0.66% |
| The Music | 393k | +0.33% |
| The Zutons | 786k | +0.31% |
| Athlete | 976k | +0.25% |
| The Enemy | 513k | +0.50% |
| The Coral | 1.1M | +0.48% |
| Starsailor | 975k | +0.65% |
| Travis | 2.1M | +0.57% |
| The Seahorses | 200k | +0.91% |
| Maxïmo Park | 793k | +0.08% |
| Razorlight | 1.8M | +0.38% |
| The Electric Soft Parade | 139k | — |
| Doves | 1.3M | +0.53% |
| Hard-Fi | 990k | +0.49% |
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