| Artist | Listeners | 13-week growth |
|---|---|---|
| The All Seeing I | 107k | — |
| Stereo MC's | 509k | +1.38% |
| The Shamen | 243k | +1.28% |
| Black Box | 445k | +2.38% |
| EMF | 520k | +1.97% |
| Betty Boo | 59k | +1.07% |
| Deee-Lite | 828k | +2.88% |
| D:Ream | 106k | — |
| Felix | 204k | — |
| M People | 328k | +0.85% |
| C+C Music Factory | 1.5k | +7.66% |
| Inner City | 373k | +5.12% |
| Utah Saints | 241k | +0.77% |
| Bomb the Bass | 277k | +0.82% |
| The Beloved | 355k | +2.46% |
| Snap! | 1.0M | +3.10% |
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