| Artist | Listeners | 13-week growth |
|---|---|---|
| Ice MC | 294k | +4.95% |
| 2 Unlimited | 602k | +1.54% |
| Ann Lee | 199k | — |
| Real McCoy | 462k | +3.29% |
| Haddaway | 1.8M | +3.06% |
| Playahitty | 102k | +3.57% |
| Fun Factory | 84k | +1.45% |
| Snap! | 1.0M | +3.10% |
| Corona | 928k | +6.18% |
| Mo-Do | 138k | +2.86% |
| Technotronic | 840k | +3.38% |
| Captain Hollywood Project | 168k | +3.87% |
| Alexia | 169k | +1.26% |
| Whigfield | 416k | +2.63% |
| Maxx | 251k | +4.41% |
| Livin' Joy | 260k | +5.39% |
| Gillette | 80k | — |
| Double You | 156k | +2.20% |
| Gala | 737k | +5.66% |
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