| Artist | Listeners | 13-week growth |
|---|---|---|
| Swingin' Utters | 205k | +1.03% |
| U.S. Bombs | 123k | — |
| Common Rider | 148k | +0.82% |
| The Interrupters | 232k | +2.10% |
| Grade 2 | 21k | +3.91% |
| Big D And The Kids Table | 314k | +0.54% |
| Rancid | 1.3M | +0.95% |
| Street Dogs | 207k | +0.27% |
| The Bouncing Souls | 535k | +0.73% |
| Kill Lincoln | 26k | +1.77% |
| The Suicide Machines | 374k | +1.23% |
| The Pietasters | 101k | +1.12% |
| Get Dead | 24k | +2.10% |
| Mustard Plug | 268k | +0.84% |
| Tim Timebomb | 26k | +1.27% |
| Dead to Me | 120k | +0.71% |
| Chaser | 40k | — |
| The Briggs | 99k | — |
| Orange | 67k | +3.17% |
| Tim Armstrong | 131k | +0.39% |
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