| Artist | Listeners | 13-week growth |
|---|---|---|
| MxPx | 732k | +0.48% |
| Rufio | 356k | +0.49% |
| The Swellers | 131k | — |
| Reset | 63k | — |
| Bodyjar | 181k | +1.13% |
| Much the Same | 68k | +0.34% |
| Mest | 323k | +0.41% |
| Belvedere | 92k | — |
| No Use for a Name | 507k | +0.48% |
| Useless ID | 100k | — |
| Ten Foot Pole | 146k | +0.42% |
| Satanic Surfers | 135k | +0.32% |
| Pulley | 193k | +0.39% |
| Strung Out | 379k | +0.58% |
| Lagwagon | 571k | +0.71% |
| Fenix TX | 314k | +0.69% |
| No Fun at All | 148k | +0.35% |
| Allister | 337k | +0.63% |
| New Found Glory | 1.5M | +0.96% |
| Man Overboard | 225k | +0.67% |
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