| Artist | Listeners | 13-week growth |
|---|---|---|
| Aereogramme | 121k | — |
| The Appleseed Cast | 337k | +0.89% |
| Jeniferever | 104k | — |
| Audrey | 124k | — |
| Moving Mountains | 202k | +0.37% |
| Piano Magic | 208k | — |
| Immanu El | 111k | — |
| The For Carnation | 83k | +1.52% |
| Karate | 147k | +1.37% |
| Gravenhurst | 184k | — |
| Early Day Miners | 65k | — |
| Tiger Lou | 167k | — |
| The Black Heart Procession | 238k | — |
| Idaho | 128k | +3.36% |
| Nada Surf | 1.2M | +0.57% |
| Mogwai | 1.7M | +0.59% |
| pg.lost | 269k | +0.34% |
| Three Mile Pilot | 48k | +1.18% |
| Red Sparowes | 360k | +0.16% |
| The Evpatoria Report | 183k | +0.45% |
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