| Artist | Listeners | 13-week growth |
|---|---|---|
| Captain Jack | 296k | +1.61% |
| Fun Factory | 84k | +1.45% |
| Masterboy | 191k | +1.99% |
| Loft | 88k | +1.39% |
| Magic Affair | 138k | +1.81% |
| Double You | 156k | +2.20% |
| Ice MC | 294k | +4.95% |
| Captain Hollywood Project | 168k | +3.87% |
| La Bouche | 1.0M | +5.40% |
| DJ Bobo | 391k | +1.32% |
| 2 Unlimited | 602k | +1.54% |
| 2 Brothers on the 4th Floor | 254k | +2.41% |
| Pharao | 39k | +1.43% |
| Imperio | 37k | +1.02% |
| Maxx | 251k | +4.41% |
| Cappella | 181k | +1.26% |
| E-Rotic | 308k | +2.42% |
| Scatman John | 671k | +2.25% |
| Kilu | 85k | +13.29% |
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