| Artist | Listeners | 13-week growth |
|---|---|---|
| No Use for a Name | 507k | +0.48% |
| Lagwagon | 571k | +0.71% |
| Face to Face | 336k | +0.98% |
| Ten Foot Pole | 146k | +0.42% |
| MxPx | 732k | +0.48% |
| 88 Fingers Louie | 162k | +0.80% |
| Slick Shoes | 112k | — |
| Belvedere | 92k | — |
| Strung Out | 379k | +0.58% |
| Millencolin | 810k | +0.45% |
| Diesel Boy | 73k | — |
| Bodyjar | 181k | +1.13% |
| NOFX | 1.4M | +0.62% |
| Gob | 294k | +0.79% |
| No Fun at All | 148k | +0.35% |
| The Ataris | 938k | +0.79% |
| The Vandals | 429k | +0.91% |
| Satanic Surfers | 135k | +0.32% |
| Guttermouth | 269k | +1.02% |
| Sum 41 | 3.5M | +1.40% |
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