| Artist | Listeners | 13-week growth |
|---|---|---|
| Regurgitator | 118k | +0.92% |
| You Am I | 108k | +0.66% |
| Jebediah | 86k | +0.55% |
| Magic Dirt | 40k | +1.30% |
| Machine Gun Fellatio | 59k | +1.22% |
| Grinspoon | 153k | +0.78% |
| Powderfinger | 326k | +0.85% |
| The Superjesus | 42k | +2.38% |
| The Cruel Sea | 62k | +0.89% |
| Ammonia | 21k | — |
| Something for Kate | 111k | +0.41% |
| The Whitlams | 94k | +0.77% |
| Paul Kelly | 177k | +0.97% |
| Eskimo Joe | 207k | +0.96% |
| Little Birdy | 91k | +0.32% |
| Bernard Fanning | 184k | — |
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