| Artist | Listeners | 13-week growth |
|---|---|---|
| Simian Mobile Disco | 991k | +0.55% |
| We Have Band | 340k | +0.94% |
| The Futureheads | 928k | +0.25% |
| Soulwax | 687k | +0.74% |
| Klaxons | 1.8M | +0.58% |
| The Magic Numbers | 555k | +0.33% |
| The Rapture | 1.1M | +0.57% |
| Whitey | 248k | +1.02% |
| Django Django | 582k | +0.59% |
| FFS | 96k | — |
| Badly Drawn Boy | 879k | +0.32% |
| The Whitest Boy Alive | 1.1M | +0.94% |
| The Rakes | 756k | +0.15% |
| The Go! Team | 904k | +1.34% |
| Hard-Fi | 990k | +0.49% |
| Gomez | 638k | +0.31% |
| Friendly Fires | 1.1M | +0.29% |
| The Faint | 712k | +0.53% |
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