| Artist | Listeners | 13-week growth |
|---|---|---|
| Massive Wagons | 27k | — |
| The Temperance Movement | 77k | +1.63% |
| The Dead Daisies | 70k | +0.72% |
| Thundermother | 64k | +1.46% |
| Kissin' Dynamite | 85k | +1.42% |
| Gotthard | 192k | — |
| Phil Campbell and the Bastard Sons | 26k | — |
| Bonfire | 123k | — |
| H.E.A.T | 74k | — |
| The Treatment | 24k | +0.44% |
| Pretty Maids | 130k | +0.68% |
| Black Stone Cherry | 460k | +0.71% |
| Eclipse | 320k | +13.58% |
| The Lazys | 20k | +3.10% |
| Airbourne | 661k | +0.97% |
| D-A-D | 148k | — |
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