| Artist | Listeners | 13-week growth |
|---|---|---|
| Sparks The Rescue | 169k | +0.72% |
| Just Surrender | 162k | +1.04% |
| Amber Pacific | 400k | +0.46% |
| Hit the Lights | 396k | +0.34% |
| Hidden in Plain View | 262k | +0.36% |
| Matchbook Romance | 576k | +0.69% |
| Every Avenue | 469k | +0.86% |
| Valencia | 297k | +0.39% |
| A Thorn For Every Heart | 177k | — |
| Houston Calls | 149k | +0.22% |
| Cartel | 649k | +0.73% |
| Senses Fail | 1000k | +1.18% |
| Secret And Whisper | 67k | — |
| My American Heart | 198k | — |
| Madina Lake | 328k | +0.55% |
| Bleed The Dream | 106k | — |
| The Audition | 360k | +0.52% |
| The Almost | 357k | +0.45% |
| The Red Jumpsuit Apparatus | 1.7M | +2.11% |
| Before Their Eyes | 226k | +0.95% |
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