| Artist | Listeners | 13-week growth |
|---|---|---|
| Xavier Rudd | 560k | +0.72% |
| The Cat Empire | 529k | +0.60% |
| The Beautiful Girls | 384k | — |
| Ben Harper | 1.6M | +0.24% |
| Alan Gogoll | 103k | — |
| Powderfinger | 326k | +0.85% |
| Bernard Fanning | 184k | — |
| Pete Murray | 360k | — |
| Eskimo Joe | 207k | +0.96% |
| Newton Faulkner | 656k | — |
| The Nightwatchman | 112k | — |
| Donavon Frankenreiter | 798k | +0.30% |
| Ash Grunwald | 87k | — |
| Ben Harper & The Innocent Criminals | 262k | — |
| Colin Hay | 630k | +0.38% |
| Ben Lee | 595k | +0.30% |
| Something for Kate | 111k | +0.41% |
| Grinspoon | 153k | +0.78% |
| Dispatch | 739k | +0.42% |
| Jebediah | 86k | +0.55% |
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