| Artist | Listeners | 13-week growth |
|---|---|---|
| Rocket from the Crypt | 163k | +0.67% |
| The Murder City Devils | 102k | +1.41% |
| Meat Wave | 77k | — |
| Les Savy Fav | 334k | +0.29% |
| Drive Like Jehu | 211k | +1.75% |
| The Men | 188k | — |
| NoMeansNo | 144k | +1.93% |
| Girls Against Boys | 95k | — |
| White Lung | 132k | +0.39% |
| Pissed Jeans | 163k | +0.98% |
| The Bronx | 321k | +1.05% |
| Bear vs. Shark | 173k | +1.85% |
| The Nation of Ulysses | 59k | +0.17% |
| Egg Hunt | 61k | +3.97% |
| Wipers | 355k | +1.61% |
| Lungfish | 113k | — |
| Mission of Burma | 390k | +0.89% |
| Jawbox | 169k | +2.43% |
| Q and Not U | 227k | +1.10% |
| Pile | 188k | +0.87% |
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