| Artist | Listeners | 13-week growth |
|---|---|---|
| MUNYA | 138k | +2.73% |
| Carla Morrison | 408k | +3.20% |
| Between Friends | 913k | +3.82% |
| Isaac Dunbar | 385k | +1.39% |
| Tei Shi | 460k | +1.41% |
| BENEE | 1.1M | +2.47% |
| Remi Wolf | 1.0M | +4.50% |
| Luna Li | 730k | +1.82% |
| Tennis | 995k | +1.74% |
| King Princess | 1.0M | +1.41% |
| Alexandra Savior | 554k | +1.33% |
| The Marías | 2.6M | +4.92% |
| Humbe | 239k | +8.64% |
| slenderbodies | 246k | +1.62% |
| Litany | 215k | +1.02% |
| Gus Dapperton | 610k | +1.23% |
| Wallice | 257k | +1.43% |
| The Aces | 414k | +2.95% |
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