| Artist | Listeners | 13-week growth |
|---|---|---|
| Adelitas Way | 442k | +0.72% |
| Pop Evil | 385k | +1.27% |
| Like a Storm | 108k | +1.32% |
| Art of Dying | 334k | +0.81% |
| Devour the Day | 76k | — |
| Through Fire | 71k | +1.57% |
| Gemini Syndrome | 92k | +2.25% |
| Shaman's Harvest | 139k | +1.61% |
| Saint Asonia | 167k | +1.68% |
| Emphatic | 75k | +1.84% |
| Evans Blue | 641k | +0.99% |
| One Less Reason | 162k | +0.09% |
| Egypt Central | 377k | +0.91% |
| Rev Theory | 477k | +0.84% |
| The Veer Union | 215k | — |
| We as Human | 58k | +2.00% |
| Shinedown | 1.8M | +1.58% |
| Theory of a Deadman | 1.3M | +1.08% |
| Bad Wolves | 388k | +3.23% |
| Peyton Parrish | 95k | +2.94% |
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