| Artist | Listeners | 13-week growth |
|---|---|---|
| Lungfish | 113k | — |
| Q and Not U | 227k | +1.10% |
| Jawbox | 169k | +2.43% |
| Wombo | 243k | +1.32% |
| Mission of Burma | 390k | +0.89% |
| Smart Went Crazy | 55k | — |
| Faraquet | 174k | +2.92% |
| Les Savy Fav | 334k | +0.29% |
| Superchunk | 328k | +1.23% |
| Sweeping Promises | 92k | — |
| fIREHOSE | 117k | +1.08% |
| Life Without Buildings | 296k | +1.89% |
| The American Analog Set | 515k | +2.37% |
| Clinic | 446k | +0.81% |
| The Dismemberment Plan | 240k | +0.39% |
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