| Artist | Listeners | 13-week growth |
|---|---|---|
| Evans Blue | 641k | +0.99% |
| One Less Reason | 162k | +0.09% |
| Smile Empty Soul | 576k | +0.53% |
| The Veer Union | 215k | — |
| Sick Puppies | 1.0M | +0.88% |
| Art of Dying | 334k | +0.81% |
| Adelitas Way | 442k | +0.72% |
| Blue October | 842k | +0.79% |
| Fame On Fire | 203k | +2.07% |
| Like a Storm | 108k | +1.32% |
| Story of the Year | 1.2M | +1.15% |
| Cold | 888k | +0.88% |
| My Darkest Days | 443k | +2.29% |
| Trapt | 1.4M | +1.28% |
| Middle Class Rut | 140k | — |
| 10 Years | 830k | +1.35% |
| Egypt Central | 377k | +0.91% |
| Red | 972k | +0.65% |
| Saint Asonia | 167k | +1.68% |
| Too Close to Touch | 212k | +3.79% |
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