| Artist | Listeners | 13-week growth |
|---|---|---|
| Ray Wilson | 40k | — |
| Therapy? | 302k | +0.65% |
| Terrorvision | 129k | +0.50% |
| Bush | 1.8M | +1.73% |
| New Model Army | 234k | +0.60% |
| Live | 1.4M | +1.17% |
| Gun | 117k | — |
| U2 | 5.1M | +1.12% |
| Skunk Anansie | 837k | +0.70% |
| Chris Cornell | 1.3M | +1.12% |
| Soul Asylum | 845k | +0.98% |
| Republica | 375k | +1.07% |
| Pearl Jam | 4.5M | +1.74% |
| Jerry Cantrell | 481k | +1.11% |
| H-Blockx | 221k | +0.67% |
| Candlebox | 739k | +3.47% |
| Ugly Kid Joe | 541k | +0.75% |
| Tyketto | 28k | — |
| Screaming Trees | 685k | +0.82% |
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