| Artist | Listeners | 13-week growth |
|---|---|---|
| David Gray | 1.5M | +0.79% |
| Ed Harcourt | 315k | +0.60% |
| Damien Rice | 2.2M | +0.42% |
| Cherry Ghost | 156k | +0.53% |
| Turin Brakes | 508k | +0.22% |
| Badly Drawn Boy | 879k | +0.32% |
| I Am Kloot | 391k | +0.26% |
| Ray LaMontagne | 1.5M | +0.70% |
| Newton Faulkner | 656k | — |
| Jamie T | 781k | +0.47% |
| Ron Sexsmith | 315k | +0.25% |
| Tom Baxter | 81k | — |
| The Magic Numbers | 555k | +0.33% |
| Villagers | 651k | +0.62% |
| The Beautiful South | 477k | +0.78% |
| Delays | 272k | — |
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