| Artist | Listeners | 13-week growth |
|---|---|---|
| The Blood Brothers | 380k | +0.56% |
| Bear vs. Shark | 173k | +1.85% |
| Fear Before the March of Flames | 229k | +1.05% |
| Planes Mistaken for Stars | 112k | — |
| Hot Cross | 81k | — |
| Trophy Scars | 76k | — |
| Q and Not U | 227k | +1.10% |
| Les Savy Fav | 334k | +0.29% |
| Cave In | 202k | +0.77% |
| United Nations | 93k | +1.23% |
| Engine Down | 49k | — |
| Minus the Bear | 839k | +0.53% |
| Glassjaw | 469k | +1.70% |
| Sparta | 346k | +1.31% |
| Hot Snakes | 202k | — |
| Rival Schools | 192k | +1.58% |
| Quicksand | 217k | +3.93% |
| Black Eyes | 122k | — |
| The Bled | 226k | +0.60% |
| Silent Drive | 29k | — |
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