| Artist | Listeners | 13-week growth |
|---|---|---|
| Naked Raygun | 84k | +0.98% |
| Leatherface | 70k | +0.65% |
| The Soviettes | 56k | — |
| Avail | 122k | +0.68% |
| Screeching Weasel | 289k | +1.15% |
| Samiam | 139k | — |
| Fifteen | 30k | +1.54% |
| Face to Face | 336k | +0.98% |
| Down By Law | 105k | — |
| All | 181k | +1.28% |
| Crimpshrine | 14k | — |
| Dillinger Four | 141k | +0.69% |
| Jawbreaker | 387k | +1.48% |
| SNFU | 70k | +0.96% |
| Hot Water Music | 370k | +0.53% |
| Snuff | 101k | — |
| Good Riddance | 270k | +0.69% |
| The Lawrence Arms | 223k | +0.46% |
| D.I. | 71k | +2.06% |
| Dag Nasty | 170k | +2.24% |
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