| Artist | Listeners | 13-week growth |
|---|---|---|
| HYRA | 61k | +3.22% |
| Amara ctk100 | 118k | +19.58% |
| SNOW WIFE | 219k | +3.57% |
| Heidi Montag | 790k | +3.26% |
| Leah Kate | 410k | +2.59% |
| Hunnygloss | 99k | +26.52% |
| Tillie | 82k | +3.47% |
| poutyface | 113k | +2.10% |
| Rebecca Black | 592k | +4.82% |
| daine | 198k | +30.29% |
| Lilyisthatyou | 153k | +3.55% |
| GRACEY | 121k | +1.28% |
| Kim Petras | 1.3M | +5.17% |
| Alice Chater | 62k | +1.39% |
| DEZI | 85k | +2.87% |
| Royal & the Serpent | 504k | +2.88% |
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