| Artist | Listeners | 13-week growth |
|---|---|---|
| Of Mice & Men | 661k | +2.34% |
| Ghost Atlas | 77k | — |
| Hands Like Houses | 239k | +1.99% |
| Speech Patterns | 47k | — |
| Palisades | 166k | +1.31% |
| Boys of Fall | 43k | — |
| Rain City Drive | 173k | +4.38% |
| I See Stars | 394k | +1.92% |
| Crown the Empire | 360k | +2.69% |
| Slaves | 390k | +2.51% |
| Bilmuri | 266k | — |
| Myka, Relocate | 46k | +2.08% |
| The Word Alive | 565k | +0.90% |
| Too Close to Touch | 212k | +3.79% |
| Thousand Below | 116k | +3.79% |
| Awaken I Am | 145k | +3.76% |
| Caskets | 289k | +2.72% |
| Issues | 245k | +2.52% |
| Drag Me Out | 33k | — |
| SycAmour | 60k | — |
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