| Artist | Listeners | 13-week growth |
|---|---|---|
| Paul Stanley | 148k | — |
| Kiss | 3.3M | +2.58% |
| Ace Frehley | 262k | +1.32% |
| Alice Cooper | 2.2M | +1.12% |
| Sammy Hagar | 398k | +1.10% |
| Ted Nugent | 688k | +0.99% |
| AC/DC | 4.7M | +1.78% |
| David Lee Roth | 438k | +1.44% |
| Quiet Riot | 891k | +1.27% |
| Van Halen | 3.1M | +1.53% |
| Whitesnake | 1.8M | +2.03% |
| Slaughter | 175k | +1.12% |
| Michael Schenker Group | 200k | +0.56% |
| Rainbow | 1.4M | +1.60% |
| Cheap Trick | 1.4M | +1.43% |
| Krokus | 204k | +0.63% |
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