| Artist | Listeners | 13-week growth |
|---|---|---|
| Mustasch | 184k | +0.35% |
| Sparzanza | 78k | — |
| Lillasyster | 72k | — |
| Aranda | 80k | — |
| Art of Dying | 334k | +0.81% |
| Burn Halo | 60k | — |
| Rev Theory | 477k | +0.84% |
| Adelitas Way | 442k | +0.72% |
| Shakra | 52k | — |
| Takida | 160k | +0.59% |
| Dee Snider | 61k | +0.74% |
| Nonpoint | 684k | +1.05% |
| Thundermother | 64k | +1.46% |
| Plan Three | 56k | +0.61% |
| Pop Evil | 385k | +1.27% |
| The Treatment | 24k | +0.44% |
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