| Artist | Listeners | 13-week growth |
|---|---|---|
| The Shamen | 243k | +1.28% |
| The Beloved | 355k | +2.46% |
| System 7 | 127k | +0.65% |
| The All Seeing I | 107k | — |
| Sub Sub | 114k | +5.26% |
| Cappella | 181k | +1.26% |
| Utah Saints | 241k | +0.77% |
| Fluke | 557k | +1.15% |
| Opus III | 184k | +6.80% |
| Underworld | 1.7M | +2.32% |
| Spooky | 116k | — |
| Orbital | 1.1M | +1.83% |
| Culture Beat | 696k | +3.44% |
| Leftfield | 890k | +0.58% |
| The Sabres of Paradise | 202k | — |
| The KLF | 352k | +0.81% |
| Felix | 204k | — |
| Jam & Spoon | 218k | — |
| Banco De Gaia | 276k | +0.25% |
| William Orbit | 463k | +1.01% |
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