| Artist | Listeners | 13-week growth |
|---|---|---|
| The Civil War in France | 24k | — |
| GingerBee | 73k | +8.62% |
| awakebutstillinbed | 68k | +3.23% |
| Hey, Ily | 68k | +1.54% |
| Your Arms Are My Cocoon | 246k | +9.73% |
| Lights Strung Like Stars | 28k | +1.61% |
| my point of you | 73k | +25.47% |
| Dead Butterflies | 147k | +26.59% |
| home is where | 101k | +2.26% |
| Weatherday | 343k | +2.58% |
| Bright Little Stars | 64k | +2.44% |
| Foxtails | 224k | +5.01% |
| jingwei | 8.5k | +5.55% |
| I Hate Sex | 199k | +4.05% |
| Oolong | 55k | +2.48% |
| Ogbert the Nerd | 56k | +2.02% |
| That Same Street | 26k | — |
| Glocca Morra | 188k | +2.64% |
| Heccra | 67k | — |
| Growing Pains | 58k | — |
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