| Artist | Listeners | 13-week growth |
|---|---|---|
| Pulley | 193k | +0.39% |
| 88 Fingers Louie | 162k | +0.80% |
| Belvedere | 92k | — |
| Satanic Surfers | 135k | +0.32% |
| Strung Out | 379k | +0.58% |
| Ten Foot Pole | 146k | +0.42% |
| 1208 | 58k | — |
| Consumed | 106k | +0.94% |
| Good Riddance | 270k | +0.69% |
| Cigar | 26k | — |
| Deviates | 60k | +0.99% |
| No Use for a Name | 507k | +0.48% |
| Lagwagon | 571k | +0.71% |
| A Wilhelm Scream | 199k | — |
| Smoke or Fire | 92k | — |
| Guttermouth | 269k | +1.02% |
| Face to Face | 336k | +0.98% |
| Much the Same | 68k | +0.34% |
| Pears | 35k | — |
| None More Black | 110k | — |
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