| Artist | Listeners | 13-week growth |
|---|---|---|
| Wind Walkers | 159k | +6.11% |
| If Not for Me | 73k | +11.02% |
| Rain City Drive | 173k | +4.38% |
| Caskets | 289k | +2.72% |
| VRSTY | 33k | — |
| Too Close to Touch | 212k | +3.79% |
| Awaken I Am | 145k | +3.76% |
| Kami Kehoe | 122k | +10.73% |
| October Ends | 37k | — |
| Slaves | 390k | +2.51% |
| True North | 63k | — |
| Point North | 236k | +2.43% |
| Picturesque | 90k | — |
| Miss Fortune | 51k | — |
| Thousand Below | 116k | +3.79% |
| Dayseeker | 290k | +5.66% |
| In Waves | 11k | — |
| Speech Patterns | 47k | — |
| Siamese | 88k | — |
| Paleskin | 46k | — |
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