| Artist | Listeners | 13-week growth |
|---|---|---|
| Hollow Front | 75k | +1.88% |
| Fit For A King | 264k | +3.05% |
| Silent Planet | 183k | +4.61% |
| Crystal Lake | 192k | +1.59% |
| Diamond Construct | 34k | +2.00% |
| Like Moths to Flames | 221k | +3.68% |
| Graphic Nature | 34k | — |
| Polaris | 504k | +2.38% |
| Void of Vision | 64k | +2.32% |
| Aviana | 111k | +2.77% |
| Imminence | 223k | +6.82% |
| Breezonic | 94k | +10.12% |
| ERRA | 225k | +3.62% |
| In Hearts Wake | 119k | +1.01% |
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