| Artist | Listeners | 13-week growth |
|---|---|---|
| Liam Gallagher | 409k | +2.54% |
| Noel Gallagher's High Flying Birds | 687k | +1.85% |
| Beady Eye | 346k | +0.54% |
| Oasis | 6.1M | +2.70% |
| Shed Seven | 269k | +0.97% |
| The Charlatans | 710k | +0.72% |
| The Seahorses | 200k | +0.91% |
| Richard Ashcroft | 682k | +0.50% |
| Cast | 428k | +1.10% |
| Ocean Colour Scene | 659k | +0.55% |
| Bernard Butler | 81k | +0.27% |
| The Stone Roses | 2.0M | +2.85% |
| Ian Brown | 609k | +0.44% |
| Noel Gallagher | 226k | +0.69% |
| The Verve | 3.5M | +2.45% |
| The Courteeners | 401k | +0.06% |
| James | 1.0M | +1.01% |
| Hurricane #1 | 89k | — |
| Super Furry Animals | 560k | +0.62% |
| Manic Street Preachers | 1.4M | +0.54% |
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