| Artist | Listeners | 13-week growth |
|---|---|---|
| Donavon Frankenreiter | 798k | +0.30% |
| Current Swell | 158k | — |
| Mishka | 133k | — |
| Dispatch | 739k | +0.42% |
| The John Butler Trio | 360k | — |
| Xavier Rudd | 560k | +0.72% |
| Matt Costa | 722k | — |
| Trevor Hall | 249k | — |
| Jack Johnson | 3.7M | +1.14% |
| Mason Jennings | 473k | — |
| Bernard Fanning | 184k | — |
| Pete Murray | 360k | — |
| Ben Lee | 595k | +0.30% |
| Ben Harper | 1.6M | +0.24% |
| Sarah Blasko | 271k | +0.46% |
| Eskimo Joe | 207k | +0.96% |
| Josh Pyke | 197k | +0.42% |
| Ben Harper & The Innocent Criminals | 262k | — |
| G. Love & Special Sauce | 543k | — |
| Animal Liberation Orchestra | 198k | — |
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