| Artist | Listeners | 13-week growth |
|---|---|---|
| U-Men | 34k | — |
| Down By Law | 105k | — |
| Supersuckers | 130k | — |
| Reverend Horton Heat | 181k | +0.13% |
| Seaweed | 91k | +2.15% |
| Rocket from the Crypt | 163k | +0.67% |
| Dead Boys | 317k | +2.00% |
| Dwarves | 177k | +1.07% |
| Pulley | 193k | +0.39% |
| Mudhoney | 788k | +0.82% |
| The Fluid | 9.2k | — |
| Ten Foot Pole | 146k | +0.42% |
| The Gits | 99k | +3.49% |
| Green River | 358k | +0.66% |
| Fastbacks | 31k | — |
| Love Battery | 145k | +1.04% |
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