| Artist | Listeners | 13-week growth |
|---|---|---|
| Tigers Jaw | 513k | +5.25% |
| Petal | 47k | — |
| The Adventures | 32k | — |
| Little Big League | 105k | — |
| Balance and Composure | 299k | +2.14% |
| Joyce Manor | 631k | +2.64% |
| Cloakroom | 105k | +1.95% |
| You Blew It! | 148k | +1.04% |
| Prawn | 96k | — |
| Somos | 62k | +3.86% |
| Yuck | 432k | +1.05% |
| Into It. Over It. | 165k | +0.57% |
| Nothing | 433k | +3.31% |
| Glitterer | 147k | — |
| Everyone Everywhere | 103k | +1.74% |
| Ovlov | 394k | +1.99% |
| Seahaven | 146k | +2.40% |
| Turnover | 531k | +3.07% |
| Snowing | 163k | +1.84% |
| Sign Language | 26k | — |
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