| Artist | Listeners | 13-week growth |
|---|---|---|
| Kate Boy | 141k | — |
| Ralph | 139k | — |
| Broods | 678k | +0.85% |
| XYLØ | 314k | +1.12% |
| The Knocks | 726k | +1.56% |
| Purity Ring | 912k | +0.97% |
| Elliphant | 307k | +0.78% |
| CHVRCHES | 1.3M | +1.27% |
| Class Actress | 413k | +2.98% |
| Kiiara | 738k | +3.87% |
| St. Lucia | 490k | +0.52% |
| MS MR | 546k | +0.26% |
| Fickle Friends | 257k | +0.98% |
| Kacy Hill | 280k | +0.94% |
| Empire of the Sun | 3.2M | +3.88% |
| Autre Ne Veut | 161k | — |
| Kauf | 75k | — |
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