| Artist | Listeners | 13-week growth |
|---|---|---|
| Tillie | 82k | +3.47% |
| poutyface | 113k | +2.10% |
| YONAKA | 326k | +2.07% |
| Baby Bugs | 189k | +6.53% |
| The Nearly Deads | 39k | — |
| margø | 67k | +3.83% |
| Royal & the Serpent | 504k | +2.88% |
| VUKOVI | 120k | +1.64% |
| Icon for Hire | 254k | +2.07% |
| Honey Revenge | 154k | +6.74% |
| Kami Kehoe | 122k | +10.73% |
| Sam Short | 109k | +3.26% |
| Charlotte Sands | 259k | +2.41% |
| Anavae | 66k | +1.86% |
| Chrissy Costanza | 64k | — |
| Ally Nicholas | 153k | +14.92% |
| Letters Sent Home | 13k | — |
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