| Artist | Listeners | 13-week growth |
|---|---|---|
| Spitalfield | 194k | +0.51% |
| Just Surrender | 162k | +1.04% |
| The Audition | 360k | +0.52% |
| Cartel | 649k | +0.73% |
| A Change of Pace | 210k | — |
| Sparks The Rescue | 169k | +0.72% |
| Armor for Sleep | 615k | +0.96% |
| Acceptance | 447k | +0.42% |
| Hidden in Plain View | 262k | +0.36% |
| Boys Night Out | 222k | +0.79% |
| The Early November | 517k | +0.49% |
| The Almost | 357k | +0.45% |
| Hot Rod Circuit | 146k | +1.81% |
| Hit the Lights | 396k | +0.34% |
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