| Artist | Listeners | 13-week growth |
|---|---|---|
| Black Math | 70k | — |
| Daya | 892k | +3.68% |
| Bahari | 276k | +4.94% |
| Charlotte Lawrence | 578k | +2.35% |
| Hurts | 905k | +0.49% |
| CHVRCHES | 1.3M | +1.27% |
| Lights | 648k | +1.17% |
| Lia Marie Johnson | 110k | +3.77% |
| Phoebe Ryan | 238k | +1.24% |
| Anna of the North | 687k | +4.43% |
| Bobby | 173k | — |
| Florrie | 262k | +1.54% |
| Isabel LaRosa | 1.2M | +3.41% |
| Ruelle | 525k | +3.01% |
| Dagny | 294k | +2.17% |
| Katelyn Tarver | 159k | +2.43% |
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