| Artist | Listeners | 13-week growth |
|---|---|---|
| Five Pointe O | 87k | — |
| Endo | 127k | — |
| Ultraspank | 63k | — |
| From Zero | 42k | — |
| Apartment 26 | 61k | — |
| Stereomud | 105k | +0.86% |
| Number One Son | 11k | — |
| (həd) p.e. | 16k | +0.82% |
| Nothingface | 213k | +0.93% |
| 3rd Strike | 92k | +4.08% |
| No One | 34k | — |
| Spineshank | 529k | +1.05% |
| Coal Chamber | 722k | +1.09% |
| American Head Charge | 283k | +0.87% |
| Stuck Mojo | 67k | — |
| Reveille | 95k | — |
| Hope | 99k | — |
| 40 Below Summer | 255k | +0.77% |
| (hed) Planet Earth | 256k | +0.10% |
| The Blank Theory | 81k | — |
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