| Artist | Listeners | 13-week growth |
|---|---|---|
| Smile Empty Soul | 576k | +0.53% |
| 55 Escape | 34k | — |
| Evans Blue | 641k | +0.99% |
| Tribal Ink | 51k | — |
| Ünloco | 206k | +0.06% |
| Burn Season | 89k | — |
| Emphatic | 75k | +1.84% |
| Earshot | 500k | +3.01% |
| Blowsight | 76k | — |
| TRUSTcompany | 427k | +1.74% |
| 12 Stones | 859k | +0.37% |
| Dark New Day | 217k | +1.18% |
| Taproot | 670k | +0.63% |
| Allele | 43k | — |
| One Less Reason | 162k | +0.09% |
| Egypt Central | 377k | +0.91% |
| Art of Dying | 334k | +0.81% |
| Trapt | 1.4M | +1.28% |
| Flaw | 396k | +1.87% |
| Stemm | 46k | — |
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