| Artist | Listeners | 13-week growth |
|---|---|---|
| Opal | 79k | — |
| Rain Parade | 35k | — |
| The Feelies | 283k | +1.17% |
| The Soft Boys | 150k | — |
| Camper Van Beethoven | 252k | +0.74% |
| The Clean | 253k | +1.86% |
| The Gun Club | 359k | +1.79% |
| Mission of Burma | 390k | +0.89% |
| The Replacements | 1.0M | +2.40% |
| The Mekons | 71k | +0.17% |
| The Wedding Present | 265k | +0.72% |
| Television Personalities | 250k | +0.96% |
| Julian Cope | 208k | +0.77% |
| Buffalo Tom | 148k | +0.82% |
| The Jesus and Mary Chain | 1.4M | +1.92% |
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