| Artist | Listeners | 13-week growth |
|---|---|---|
| Driver | 91k | +1.07% |
| Petra | 86k | — |
| Narnia | 45k | — |
| Impellitteri | 42k | — |
| Mass | 33k | — |
| TNT | 300k | +4.70% |
| Q5 | 19k | — |
| Theocracy | 44k | +0.94% |
| Saint | 61k | — |
| Deliverance | 28k | — |
| Kuni | 11k | — |
| Dokken | 447k | +1.64% |
| Dr. Sin | 33k | — |
| Harmony | 55k | — |
| Tourniquet | 60k | — |
| Warrant | 799k | +5.57% |
| Slaughter | 175k | +1.12% |
| White Lion | 411k | +1.04% |
| Tesla | 436k | +0.87% |
| Winger | 311k | +1.24% |
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