| Artist | Listeners | 13-week growth |
|---|---|---|
| Hilltop Hoods | 381k | +1.22% |
| Allday | 83k | +0.73% |
| Butterfingers | 40k | — |
| Hermitude | 384k | +1.11% |
| Birds of Tokyo | 207k | +0.70% |
| Pete Murray | 360k | — |
| Eskimo Joe | 207k | +0.96% |
| Grinspoon | 153k | +0.78% |
| Vera Blue | 187k | +1.26% |
| Powderfinger | 326k | +0.85% |
| Cold Chisel | 132k | +1.71% |
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