| Artist | Listeners | 13-week growth |
|---|---|---|
| King's X | 111k | +0.92% |
| Saigon Kick | 59k | — |
| The Jelly Jam | 21k | — |
| Tourniquet | 60k | — |
| Extreme | 1.1M | +1.48% |
| Freak Kitchen | 71k | — |
| Fates Warning | 152k | +0.57% |
| Queensrÿche | 566k | +1.05% |
| Tesla | 436k | +0.87% |
| Lynch Mob | 74k | +1.11% |
| Armored Saint | 113k | +1.65% |
| Project 86 | 133k | +0.55% |
| Winger | 311k | +1.24% |
| Shadow Gallery | 105k | — |
| Threshold | 140k | — |
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