| Artist | Listeners | 13-week growth |
|---|---|---|
| Loser | 88k | — |
| Polar | 125k | — |
| heylog | 82k | +3.91% |
| Art of Dying | 334k | +0.81% |
| One Less Reason | 162k | +0.09% |
| Breaking Benjamin | 3.0M | +1.88% |
| Alter Bridge | 1.2M | +1.18% |
| Saving Abel | 706k | +1.47% |
| Staind | 2.3M | +3.71% |
| Saliva | 1.4M | +2.43% |
| Tantric | 255k | +1.16% |
| Velvet Revolver | 1.2M | +0.63% |
| Aeter | 75k | +11.79% |
| Holywatr | 153k | +10.20% |
| ezcodylee | 66k | +29.54% |
| rouri404 | 75k | +0.08% |
| Tremonti | 102k | +1.37% |
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