| Artist | Listeners | 13-week growth |
|---|---|---|
| DJ Ross | 79k | +1.57% |
| Prezioso | 156k | +2.19% |
| The Soundlovers | 44k | — |
| R.I.O. | 480k | +0.95% |
| Gigi D'Agostino | 1.1M | +3.24% |
| Gabry Ponte | 480k | +2.82% |
| Magic Box | 117k | +2.39% |
| Kasino | 125k | +3.53% |
| Eiffel 65 | 1.3M | +2.54% |
| Lasgo | 469k | +1.52% |
| Playahitty | 102k | +3.57% |
| The Underdog Project | 295k | +2.92% |
| Carolina Marquez | 83k | — |
| Italobrothers | 556k | +2.42% |
| DJ Antoine | 667k | +1.55% |
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