| Artist | Listeners | 13-week growth |
|---|---|---|
| Light the Torch | 129k | +1.76% |
| Killswitch Engage | 1.7M | +1.34% |
| Mico | 253k | +0.23% |
| Devil You Know | 42k | — |
| Times of Grace | 96k | +1.39% |
| Any Given Day | 102k | +1.98% |
| As I Lay Dying | 1.1M | +0.57% |
| Bury Tomorrow | 285k | +1.67% |
| August Burns Red | 818k | +1.09% |
| Fit For A King | 264k | +3.05% |
| Phinehas | 66k | +1.90% |
| Demon Hunter | 380k | +0.65% |
| Fire from the Gods | 117k | — |
| Crystal Lake | 192k | +1.59% |
| All That Remains | 1.1M | +0.78% |
| Betraying the Martyrs | 168k | — |
| Hollow Front | 75k | +1.88% |
| Texas in July | 198k | +0.37% |
| The Devil Wears Prada | 905k | +1.15% |
| Atreyu | 1.4M | +0.64% |
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