| Artist | Listeners | 13-week growth |
|---|---|---|
| Seether | 2.5M | +1.95% |
| Cold | 888k | +0.88% |
| Earshot | 500k | +3.01% |
| Trapt | 1.4M | +1.28% |
| Breaking Benjamin | 3.0M | +1.88% |
| Smile Empty Soul | 576k | +0.53% |
| Crossfade | 1.2M | +1.73% |
| Staind | 2.3M | +3.71% |
| Tantric | 255k | +1.16% |
| 10 Years | 830k | +1.35% |
| Three Days Grace | 4.0M | +2.26% |
| Puddle of Mudd | 1.8M | +3.28% |
| Adema | 935k | +0.43% |
| Course Of Nature | 157k | — |
| Pop Evil | 385k | +1.27% |
| The Exies | 425k | +1.12% |
| Chevelle | 1.9M | +4.46% |
| Saving Abel | 706k | +1.47% |
| Shinedown | 1.8M | +1.58% |
| Evans Blue | 641k | +0.99% |
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