| Artist | Listeners | 13-week growth |
|---|---|---|
| UFO | 802k | +1.62% |
| Starz | 33k | — |
| Zebra | 54k | — |
| Krokus | 204k | +0.63% |
| Triumph | 262k | +1.27% |
| Uriah Heep | 803k | +0.46% |
| Nazareth | 980k | +1.76% |
| Michael Schenker Group | 200k | +0.56% |
| Ace Frehley | 262k | +1.32% |
| Kiss | 3.3M | +2.58% |
| Y&T | 167k | +1.03% |
| April Wine | 202k | +1.05% |
| Ted Nugent | 688k | +0.99% |
| Great White | 346k | +1.18% |
| Sweet | 1.0M | +1.39% |
| Slade | 774k | +0.42% |
| Atomic Rooster | 172k | +0.50% |
| Hanoi Rocks | 268k | — |
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