| Artist | Listeners | 13-week growth |
|---|---|---|
| Icehouse | 267k | +1.66% |
| Real Life | 272k | +4.09% |
| Noiseworks | 36k | +1.24% |
| Mi-Sex | 21k | — |
| Australian Crawl | 112k | +2.03% |
| Models | 33k | +2.78% |
| Divinyls | 371k | +2.48% |
| Industry | 22k | — |
| Camouflage | 336k | +1.15% |
| Split Enz | 215k | +1.37% |
| Mental As Anything | 94k | — |
| Alphaville | 1.9M | +2.95% |
| Hoodoo Gurus | 130k | +1.36% |
| The Nails | 41k | — |
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