| Artist | Listeners | 13-week growth |
|---|---|---|
| Egypt Central | 377k | +0.91% |
| Gemini Syndrome | 92k | +2.25% |
| Adelitas Way | 442k | +0.72% |
| Pop Evil | 385k | +1.27% |
| Saint Asonia | 167k | +1.68% |
| Art of Dying | 334k | +0.81% |
| The Veer Union | 215k | — |
| Otherwise | 116k | — |
| Like a Storm | 108k | +1.32% |
| Through Fire | 71k | +1.57% |
| Evans Blue | 641k | +0.99% |
| Emphatic | 75k | +1.84% |
| 10 Years | 830k | +1.35% |
| Bobaflex | 89k | +0.85% |
| We as Human | 58k | +2.00% |
| Shaman's Harvest | 139k | +1.61% |
| Nothing More | 386k | +3.04% |
| Rev Theory | 477k | +0.84% |
| Heaven's Basement | 90k | — |
| We Are Harlot | 32k | — |
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