| Artist | Listeners | 13-week growth |
|---|---|---|
| Stuck Mojo | 67k | — |
| Methods Of Mayhem | 124k | — |
| Clawfinger | 368k | +0.46% |
| (həd) p.e. | 16k | +0.82% |
| (hed) Planet Earth | 256k | +0.10% |
| Insolence | 89k | — |
| Powerman 5000 | 873k | +1.24% |
| 3rd Strike | 92k | +4.08% |
| Primer 55 | 250k | +5.52% |
| American Head Charge | 283k | +0.87% |
| Dope | 1.2M | +0.88% |
| Tribal Ink | 51k | — |
| One Minute Silence | 85k | — |
| Downset | 98k | — |
| FEVER 333 | 273k | +1.31% |
| .sPout. | 21k | — |
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