| Artist | Listeners | 13-week growth |
|---|---|---|
| Direct Hit! | 60k | +1.09% |
| Frenzal Rhomb | 113k | +0.47% |
| None More Black | 110k | — |
| Good Riddance | 270k | +0.69% |
| Bigwig | 109k | — |
| Cigar | 26k | — |
| Dead to Me | 120k | +0.71% |
| Propagandhi | 387k | +0.84% |
| Smoke or Fire | 92k | — |
| Strung Out | 379k | +0.58% |
| Lagwagon | 571k | +0.71% |
| Belvedere | 92k | — |
| Satanic Surfers | 135k | +0.32% |
| The Flatliners | 191k | +0.98% |
| Ten Foot Pole | 146k | +0.42% |
| A Wilhelm Scream | 199k | — |
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