| Artist | Listeners | 13-week growth |
|---|---|---|
| Through Fire | 71k | +1.57% |
| Gemini Syndrome | 92k | +2.25% |
| Fight the Fade | 76k | — |
| Nothing More | 386k | +3.04% |
| Emphatic | 75k | +1.84% |
| 10 Years | 830k | +1.35% |
| We as Human | 58k | +2.00% |
| Egypt Central | 377k | +0.91% |
| Digital Summer | 148k | — |
| We Are the Catalyst | 37k | +0.06% |
| Earshot | 500k | +3.01% |
| Memory of a Melody | 58k | — |
| Blind Channel | 189k | +1.56% |
| Stone Sour | 2.1M | +1.14% |
| Chevelle | 1.9M | +4.46% |
| Cult to Follow | 146k | +3.97% |
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