| Artist | Listeners | 13-week growth |
|---|---|---|
| Gorilla Biscuits | 197k | +1.78% |
| Youth of Today | 125k | +1.55% |
| D.I. | 71k | +2.06% |
| Agnostic Front | 328k | +0.76% |
| Dag Nasty | 170k | +2.24% |
| H2O | 252k | — |
| Negative Approach | 122k | +1.41% |
| Adolescents | 380k | +1.59% |
| Youth Brigade | 117k | +1.76% |
| Sick of It All | 312k | — |
| Government Issue | 111k | +1.43% |
| CIV | 144k | — |
| Good Riddance | 270k | +0.69% |
| Gang Green | 109k | +1.23% |
| Down By Law | 105k | — |
| Angry Samoans | 119k | +1.19% |
| Ricochet | 43k | — |
| Circle Jerks | 413k | +1.53% |
| SNFU | 70k | +0.96% |
| D.O.A. | 134k | +1.21% |
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