| Artist | Listeners | 13-week growth |
|---|---|---|
| New Found Glory | 1.5M | +0.96% |
| Autopilot Off | 244k | +1.07% |
| Allister | 337k | +0.63% |
| SR-71 | 466k | +1.36% |
| Fenix TX | 314k | +0.69% |
| Amber Pacific | 400k | +0.46% |
| No Use for a Name | 507k | +0.48% |
| Mest | 323k | +0.41% |
| The Ataris | 938k | +0.79% |
| Rufio | 356k | +0.49% |
| Unwritten Law | 527k | +0.79% |
| Sugarcult | 1.1M | +1.22% |
| MxPx | 732k | +0.48% |
| Midtown | 438k | +0.54% |
| Gob | 294k | +0.79% |
| Home Grown | 178k | — |
| Houston Calls | 149k | +0.22% |
| Zebrahead | 922k | +0.55% |
| American Hi-Fi | 646k | +1.13% |
| The Movielife | 164k | +0.65% |
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