| Artist | Listeners | 13-week growth |
|---|---|---|
| Prezioso | 156k | +2.19% |
| Carolina Marquez | 83k | — |
| Brothers | 61k | — |
| Gigi D'Agostino | 1.1M | +3.24% |
| DJ Ross | 79k | +1.57% |
| DJ Dado | 75k | — |
| Magic Box | 117k | +2.39% |
| Gabry Ponte | 480k | +2.82% |
| ATC | 253k | +0.34% |
| Ice MC | 294k | +4.95% |
| Ann Lee | 199k | — |
| Eiffel 65 | 1.3M | +2.54% |
| 2 Brothers on the 4th Floor | 254k | +2.41% |
| Sash! | 598k | +2.10% |
| Masterboy | 191k | +1.99% |
| Mo-Do | 138k | +2.86% |
| Real McCoy | 462k | +3.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