| Artist | Listeners | 13-week growth |
|---|---|---|
| System 7 | 127k | +0.65% |
| Sasha | 544k | — |
| The Future Sound of London | 706k | +1.06% |
| GusGus | 269k | +0.98% |
| Global Communication | 283k | +0.83% |
| Way Out West | 371k | — |
| Sun Electric | 119k | +2.62% |
| Fluke | 557k | +1.15% |
| The Orb | 671k | +0.76% |
| Orbital | 1.1M | +1.83% |
| The Grid | 117k | — |
| Leftfield | 890k | +0.58% |
| 808 State | 483k | +1.68% |
| Humate | 107k | — |
| The Shamen | 243k | +1.28% |
| Bedrock | 173k | — |
| Jam & Spoon | 218k | — |
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