| Artist | Listeners | 13-week growth |
|---|---|---|
| Heaven & Hell | 157k | +0.54% |
| Tony Martin | 39k | — |
| Black Sabbath | 4.5M | +1.61% |
| Iommi | 58k | — |
| Ozzy Osbourne | 3.2M | +1.75% |
| Glenn Hughes | 107k | — |
| Dio | 1.5M | +1.23% |
| Deep Purple | 3.1M | +1.00% |
| Gillan | 28k | +0.83% |
| G//Z/R | 23k | +0.20% |
| Rainbow | 1.4M | +1.60% |
| Ian Gillan | 128k | +0.70% |
| Bruce Dickinson | 496k | +0.56% |
| Krokus | 204k | +0.63% |
| Accept | 729k | +1.05% |
| Motörhead | 2.2M | +1.18% |
| Alcatrazz | 99k | — |
| Michael Schenker Group | 200k | +0.56% |
| Lemmy | 66k | — |
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