| Artist | Listeners | 13-week growth |
|---|---|---|
| An Albatross | 78k | — |
| The Blood Brothers | 380k | +0.56% |
| Jeromes Dream | 108k | +2.04% |
| Me and Him Call It Us | 54k | — |
| Joshua Fit for Battle | 66k | +3.14% |
| Love Lost but Not Forgotten | 64k | +4.90% |
| Circle Takes the Square | 136k | — |
| Usurp Synapse | 42k | — |
| Head Wound City | 41k | — |
| The Locust | 169k | — |
| Neil Perry | 65k | — |
| Today Is The Day | 90k | — |
| Indian Summer | 176k | +1.63% |
| I Wrote Haikus About Cannibalism in Your Yearbook | 17k | +0.99% |
| Arab on Radar | 72k | +0.92% |
| Combatwoundedveteran | 24k | — |
| Majority Rule | 33k | — |
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