| Artist | Listeners | 13-week growth |
|---|---|---|
| Alcatrazz | 99k | — |
| Michael Schenker Group | 200k | +0.56% |
| Gillan | 28k | +0.83% |
| Rainbow | 1.4M | +1.60% |
| Nazareth | 980k | +1.76% |
| Y&T | 167k | +1.03% |
| UFO | 802k | +1.62% |
| Sammy Hagar | 398k | +1.10% |
| Whitesnake | 1.8M | +2.03% |
| Uriah Heep | 803k | +0.46% |
| Deep Purple | 3.1M | +1.00% |
| Kingdom Come | 177k | +1.44% |
| Bonfire | 123k | — |
| Glenn Hughes | 107k | — |
| Joe Lynn Turner | 77k | — |
| Ken Hensley | 34k | +0.66% |
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