| Artist | Listeners | 13-week growth |
|---|---|---|
| Aurra | 51k | +1.07% |
| Melba Moore | 128k | +1.46% |
| Change | 204k | +1.36% |
| Skyy | 92k | +1.62% |
| Lakeside | 168k | +2.91% |
| Kleeer | 75k | +3.94% |
| Unlimited Touch | 43k | — |
| Midnight Star | 176k | +2.81% |
| D Train | 61k | +0.46% |
| The Whispers | 444k | +2.10% |
| Shalamar | 372k | +2.12% |
| Evelyn "Champagne" King | 406k | +2.71% |
| S.O.S. Band | 113k | +0.15% |
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