| Artist | Listeners | 13-week growth |
|---|---|---|
| Magic Dirt | 40k | +1.30% |
| Something for Kate | 111k | +0.41% |
| The Superjesus | 42k | +2.38% |
| Jebediah | 86k | +0.55% |
| You Am I | 108k | +0.66% |
| Regurgitator | 118k | +0.92% |
| Grinspoon | 153k | +0.78% |
| Spiderbait | 479k | +2.33% |
| Powderfinger | 326k | +0.85% |
| Eskimo Joe | 207k | +0.96% |
| The Cruel Sea | 62k | +0.89% |
| Custard | 72k | — |
| Silverchair | 1.4M | +1.31% |
| Butterfingers | 40k | — |
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