| Artist | Listeners | 13-week growth |
|---|---|---|
| Trophy Eyes | 157k | +1.63% |
| Bloom | 113k | +2.90% |
| In Hearts Wake | 119k | +1.01% |
| Great American Ghost | 37k | — |
| Ocean Grove | 128k | +3.47% |
| Void of Vision | 64k | +2.32% |
| Storm the Sky | 31k | — |
| Kublai Khan TX | 351k | +2.73% |
| Justice for the Damned | 29k | — |
| Parkway Drive | 895k | +0.92% |
| The Ghost Inside | 370k | +1.11% |
| The Amity Affliction | 415k | +2.15% |
| One Step Closer | 83k | — |
| Terror | 308k | +1.43% |
| Harm's Way | 21k | +0.67% |
| I Killed the Prom Queen | 270k | +0.53% |
| Northlane | 303k | +2.04% |
| Counterparts | 251k | +1.68% |
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