| Artist | Listeners | 13-week growth |
|---|---|---|
| Jessica Bailiff | 50k | — |
| Good Night & Good Morning | 65k | +2.85% |
| Bluetile Lounge | 50k | +4.03% |
| Red House Painters | 688k | +3.69% |
| Bedhead | 220k | +2.45% |
| Idaho | 128k | +3.36% |
| Tacoma Radar | 169k | +3.79% |
| Codeine | 239k | +1.71% |
| Should | 126k | +5.66% |
| Seam | 107k | +3.99% |
| The American Dollar | 455k | +0.16% |
| Low | 1.1M | +0.91% |
| Movietone | 54k | — |
| Tram | 158k | +9.75% |
| Landing | 48k | — |
| Dopamine | 66k | — |
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