| Artist | Listeners | 13-week growth |
|---|---|---|
| Danger Danger | 195k | +0.98% |
| White Lion | 411k | +1.04% |
| Firehouse | 378k | +1.61% |
| Warrant | 799k | +5.57% |
| Winger | 311k | +1.24% |
| Great White | 346k | +1.18% |
| Slaughter | 175k | +1.12% |
| Kix | 169k | +1.45% |
| Damn Yankees | 232k | +1.61% |
| Tesla | 436k | +0.87% |
| Hardline | 108k | — |
| L.A. Guns | 347k | +0.78% |
| Skid Row | 1.2M | +1.63% |
| Cinderella | 703k | +1.39% |
| Bonfire | 123k | — |
| XYZ | 99k | — |
| Steel Panther | 288k | +1.13% |
| Trixter | 44k | +0.87% |
| Poison | 1.2M | +2.07% |
| Britny Fox | 98k | +0.51% |
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