| Artist | Listeners | 13-week growth |
|---|---|---|
| Australian Crawl | 112k | +2.03% |
| Models | 33k | +2.78% |
| Hunters & Collectors | 110k | +1.59% |
| Divinyls | 371k | +2.48% |
| Cold Chisel | 132k | +1.71% |
| Split Enz | 215k | +1.37% |
| Noiseworks | 36k | +1.24% |
| INXS | 2.1M | +1.68% |
| The Angels | 189k | +3.62% |
| Hoodoo Gurus | 130k | +1.36% |
| Paul Kelly | 177k | +0.97% |
| Mi-Sex | 21k | — |
| Goanna | 38k | +3.69% |
| The Screaming Jets | 43k | +1.69% |
| The Black Sorrows | 31k | — |
| Stevie Wright | 31k | — |
| Pseudo Echo | 73k | — |
| GANGgajang | 39k | +2.62% |
| The Triffids | 68k | +0.84% |
| John Farnham | 351k | +1.16% |
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