| Artist | Listeners | 13-week growth |
|---|---|---|
| Too Close to Touch | 212k | +3.79% |
| Miss Fortune | 51k | — |
| Youth in Revolt | 58k | — |
| VRSTY | 33k | — |
| Osatia | 32k | — |
| I the Mighty | 121k | +1.59% |
| Heartist | 47k | — |
| Slaves | 390k | +2.51% |
| Happy Hour | 59k | — |
| Awaken I Am | 145k | +3.76% |
| Rain City Drive | 173k | +4.38% |
| Glasslands | 44k | — |
| Nerv | 80k | +5.00% |
| Colorblind | 88k | — |
| Glass Tides | 77k | +3.88% |
| Point North | 236k | +2.43% |
| True North | 63k | — |
| Wind Walkers | 159k | +6.11% |
| Speech Patterns | 47k | — |
| 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