| Artist | Listeners | 13-week growth |
|---|---|---|
| Jessica Mauboy | 198k | +0.87% |
| Guy Sebastian | 259k | +2.36% |
| Havana Brown | 210k | +1.13% |
| Ricki-Lee | 58k | +0.88% |
| Hilltop Hoods | 381k | +1.22% |
| The Potbelleez | 80k | +1.03% |
| Samantha Jade | 190k | +2.26% |
| Grinspoon | 153k | +0.78% |
| Birds of Tokyo | 207k | +0.70% |
| Delta Goodrem | 471k | +3.96% |
| John Farnham | 351k | +1.16% |
| Sneaky Sound System | 223k | +1.06% |
| Hot Chelle Rae | 849k | +2.17% |
| Vanessa Amorosi | 101k | +1.29% |
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