| Artist | Listeners | 13-week growth |
|---|---|---|
| Tad | 192k | +2.18% |
| Hater | 60k | — |
| Love Battery | 145k | +1.04% |
| Wool | 42k | — |
| Screaming Trees | 685k | +0.82% |
| Soundgarden | 3.4M | +2.68% |
| Green River | 358k | +0.66% |
| Skin Yard | 131k | +0.75% |
| Gruntruck | 55k | +2.76% |
| The Fluid | 9.2k | — |
| Paw | 92k | +2.65% |
| Mother Love Bone | 508k | +0.79% |
| Brad | 165k | +0.91% |
| Mudhoney | 788k | +0.82% |
| Malfunkshun | 89k | +0.91% |
| Mad Season | 721k | +1.54% |
| Temple of the Dog | 1.0M | +2.63% |
| Hammerbox | 17k | — |
| Jerry Cantrell | 481k | +1.11% |
| Days of the New | 477k | +2.25% |
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