| Artist | Listeners | 13-week growth |
|---|---|---|
| Halestorm | 836k | +2.59% |
| Red Sun Rising | 110k | — |
| Jess and the Ancient Ones | 57k | — |
| Kobra and the Lotus | 53k | — |
| Sister Sin | 59k | — |
| Pop Evil | 385k | +1.27% |
| Black Country Communion | 98k | +0.41% |
| DIAMANTE | 110k | — |
| Dorothy | 328k | +1.56% |
| Buckcherry | 762k | +1.55% |
| Jackyl | 88k | — |
| The Warning | 261k | +8.99% |
| Dee Snider | 61k | +0.74% |
| Thundermother | 64k | +1.46% |
| Steel Panther | 288k | +1.13% |
| The Pretty Reckless | 1.4M | +1.55% |
| Like a Storm | 108k | +1.32% |
| Tesla | 436k | +0.87% |
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