| Artist | Listeners | 13-week growth |
|---|---|---|
| Adelitas Way | 442k | +0.72% |
| Default | 705k | +0.68% |
| Art of Dying | 334k | +0.81% |
| Saving Abel | 706k | +1.47% |
| Pop Evil | 385k | +1.27% |
| Blowsight | 76k | — |
| Theory of a Deadman | 1.3M | +1.08% |
| Hinder | 1.4M | +1.67% |
| The Exies | 425k | +1.12% |
| Sick Puppies | 1.0M | +0.88% |
| Trapt | 1.4M | +1.28% |
| Emphatic | 75k | +1.84% |
| Rev Theory | 477k | +0.84% |
| Patrick Droney | 93k | — |
| Tantric | 255k | +1.16% |
| Submersed | 293k | +1.16% |
| Smile Empty Soul | 576k | +0.53% |
| Prime Circle | 51k | +0.60% |
| Young Guns | 227k | +0.38% |
| Burn Halo | 60k | — |
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