| Artist | Listeners | 13-week growth |
|---|---|---|
| Inner City | 373k | +5.12% |
| Technotronic | 840k | +3.38% |
| Black Box | 445k | +2.38% |
| Bomb the Bass | 277k | +0.82% |
| The Shamen | 243k | +1.28% |
| Stereo MC's | 509k | +1.38% |
| Josh Wink | 112k | — |
| Snap! | 1.0M | +3.10% |
| C+C Music Factory | 1.5k | +7.66% |
| Mel & Kim | 297k | +0.44% |
| Leftfield | 890k | +0.58% |
| Rozalla | 162k | +1.34% |
| Robin S | 612k | +9.55% |
| Felix | 204k | — |
| Lisa Lisa & Cult Jam | 193k | +2.26% |
| Jaydee | 166k | — |
| Marshall Jefferson | 237k | +4.94% |
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