| Artist | Listeners | 13-week growth |
|---|---|---|
| Livin' Joy | 260k | +5.39% |
| Crystal Waters | 854k | +5.95% |
| Endor | 420k | +3.82% |
| Inner City | 373k | +5.12% |
| Robin S | 612k | +9.55% |
| Michael Gray | 698k | +6.28% |
| Black Box | 445k | +2.38% |
| Shapeshifters | 264k | +0.10% |
| Ultra Naté | 301k | +5.51% |
| Mason vs. Princess Superstar | 41k | +0.19% |
| Alison Limerick | 105k | — |
| Madison Avenue | 252k | +3.00% |
| The Bucketheads | 295k | +6.63% |
| Rozalla | 162k | +1.34% |
| Stardust | 1.2M | +4.32% |
| Ida Corr | 496k | +2.23% |
| Rui Da Silva | 243k | — |
| Mason | 739k | +3.52% |
| C+C Music Factory | 1.5k | +7.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