| Artist | Listeners | 13-week growth |
|---|---|---|
| Me & My | 184k | — |
| E-Rotic | 308k | +2.42% |
| Imperio | 37k | +1.02% |
| Alexia | 169k | +1.26% |
| Cappella | 181k | +1.26% |
| Playahitty | 102k | +3.57% |
| Double You | 156k | +2.20% |
| Ice MC | 294k | +4.95% |
| Captain Jack | 296k | +1.61% |
| SMiLE.dk | 319k | +8.63% |
| 2 Unlimited | 602k | +1.54% |
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