| Artist | Listeners | 13-week growth |
|---|---|---|
| The Black Angels | 557k | +0.89% |
| Black Rebel Motorcycle Club | 1.6M | +0.43% |
| Bush | 1.8M | +1.73% |
| Afghan Whigs | 170k | +0.15% |
| Screaming Trees | 685k | +0.82% |
| Black Mountain | 374k | +0.48% |
| Violent Soho | 209k | — |
| Dinosaur Jr. | 1.3M | +1.63% |
| пионерлагерь пыльная радуга | 35k | — |
| Mudhoney | 788k | +0.82% |
| Local H | 718k | +4.49% |
| Pagoda | 152k | — |
| Jerry Cantrell | 481k | +1.11% |
| Pearl Jam | 4.5M | +1.74% |
| Soundgarden | 3.4M | +2.68% |
| 7раса | 80k | — |
| Temple of the Dog | 1.0M | +2.63% |
| Paw | 92k | +2.65% |
| Mother Love Bone | 508k | +0.79% |
| Candlebox | 739k | +3.47% |
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