| Artist | Listeners | 13-week growth |
|---|---|---|
| The Dirty Heads | 239k | +0.03% |
| New Politics | 478k | +0.63% |
| Fort Minor | 1.6M | +0.99% |
| Styles of Beyond | 374k | +1.88% |
| People Under the Stairs | 541k | +1.68% |
| Call Me Karizma | 347k | +1.59% |
| Mike Shinoda | 525k | +1.29% |
| Hoodie Allen | 586k | +0.90% |
| K.Flay | 1.1M | +2.80% |
| mgk | 1.1M | +5.25% |
| Flobots | 688k | +0.76% |
| Jay-Z and Linkin Park | 784k | +0.01% |
| Night Riots | 183k | +0.82% |
| SonReal | 126k | +4.38% |
| Bryce Fox | 250k | +1.65% |
| Cal Scruby | 119k | +2.03% |
| The Seige | 111k | +1.51% |
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