| Artist | Listeners | 13-week growth |
|---|---|---|
| Grinspoon | 153k | +0.78% |
| Frenzal Rhomb | 113k | +0.47% |
| Jebediah | 86k | +0.55% |
| Bodyjar | 181k | +1.13% |
| The Living End | 371k | +0.61% |
| Regurgitator | 118k | +0.92% |
| The Superjesus | 42k | +2.38% |
| The Screaming Jets | 43k | +1.69% |
| Powderfinger | 326k | +0.85% |
| Spiderbait | 479k | +2.33% |
| Noiseworks | 36k | +1.24% |
| Eskimo Joe | 207k | +0.96% |
| Gyroscope | 70k | +0.61% |
| Magic Dirt | 40k | +1.30% |
| Sunk Loto | 28k | — |
| Unwritten Law | 527k | +0.79% |
| Something for Kate | 111k | +0.41% |
| Killing Heidi | 66k | +0.89% |
| No Use for a Name | 507k | +0.48% |
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