| Artist | Listeners | 13-week growth |
|---|---|---|
| Richard Hawley | 518k | +1.52% |
| The Divine Comedy | 463k | +0.88% |
| Tindersticks | 514k | +0.65% |
| My Life Story | 38k | — |
| Starsailor | 975k | +0.65% |
| The Lightning Seeds | 360k | +1.06% |
| Gene | 210k | +1.33% |
| The Auteurs | 136k | +1.30% |
| Rialto | 84k | — |
| World Party | 205k | +0.92% |
| McAlmont & Butler | 73k | +0.75% |
| The La's | 1.5M | +2.29% |
| The Electric Soft Parade | 139k | — |
| James | 1.0M | +1.01% |
| Ocean Colour Scene | 659k | +0.55% |
| The Rifles | 389k | +0.15% |
| Richard Ashcroft | 682k | +0.50% |
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