| Artist | Listeners | 13-week growth |
|---|---|---|
| Emanuel | 240k | — |
| No Motiv | 44k | — |
| The F-Ups | 88k | +1.20% |
| Autopilot Off | 244k | +1.07% |
| The Explosion | 105k | +0.99% |
| 1208 | 58k | — |
| Go Betty Go | 68k | — |
| Amber Pacific | 400k | +0.46% |
| Name Taken | 95k | — |
| Sugarcult | 1.1M | +1.22% |
| Midtown | 438k | +0.54% |
| Reggie and the Full Effect | 197k | +1.27% |
| Unwritten Law | 527k | +0.79% |
| Senses Fail | 1000k | +1.18% |
| The Early November | 517k | +0.49% |
| Matchbook Romance | 576k | +0.69% |
| Just Surrender | 162k | +1.04% |
| A Change of Pace | 210k | — |
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