| Artist | Listeners | 13-week growth |
|---|---|---|
| Split Enz | 215k | +1.37% |
| Pseudo Echo | 73k | — |
| Models | 33k | +2.78% |
| Mental As Anything | 94k | — |
| Australian Crawl | 112k | +2.03% |
| Icehouse | 267k | +1.66% |
| The Chills | 175k | +1.69% |
| GANGgajang | 39k | +2.62% |
| Midnight Oil | 773k | +1.63% |
| Divinyls | 371k | +2.48% |
| Crowded House | 2.1M | +4.67% |
| The Motels | 207k | +1.35% |
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