| Artist | Listeners | 13-week growth |
|---|---|---|
| Crush 40 | 262k | +4.01% |
| Ted Poley | 148k | +4.20% |
| Paul Shortino | 25k | — |
| Three Days Grace | 4.0M | +2.26% |
| Breaking Benjamin | 3.0M | +1.88% |
| TRUSTcompany | 427k | +1.74% |
| Evans Blue | 641k | +0.99% |
| Art of Dying | 334k | +0.81% |
| Staind | 2.3M | +3.71% |
| Sick Puppies | 1.0M | +0.88% |
| Edgewater | 178k | — |
| Downstait | 104k | +1.87% |
| Finger Eleven | 1.6M | +2.43% |
| Egypt Central | 377k | +0.91% |
| Allele | 43k | — |
| Crossfade | 1.2M | +1.73% |
| Rev Theory | 477k | +0.84% |
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