| Artist | Listeners | 13-week growth |
|---|---|---|
| Tim Timebomb | 26k | +1.27% |
| [spunge] | 59k | +0.75% |
| Tim Armstrong | 131k | +0.39% |
| The Skints | 68k | — |
| The King Blues | 120k | +0.01% |
| Mad Caddies | 399k | +0.44% |
| The Interrupters | 232k | +2.10% |
| Rico | 90k | — |
| The Busters | 75k | — |
| The Pietasters | 101k | +1.12% |
| Authority Zero | 239k | +0.97% |
| Beef | 70k | — |
| Sondaschule | 47k | +1.45% |
| Less Than Jake | 879k | +0.78% |
| Irie Révoltés | 117k | +0.74% |
| Rancid | 1.3M | +0.95% |
| Big D And The Kids Table | 314k | +0.54% |
| The Planet Smashers | 163k | +0.44% |
| Mustard Plug | 268k | +0.84% |
| Rotfront | 51k | — |
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