| Artist | Listeners | 13-week growth |
|---|---|---|
| Torn Hawk | 17k | — |
| Memotone | 41k | — |
| Actress | 480k | +0.87% |
| Pole | 158k | — |
| Kiln | 92k | — |
| Teebs | 480k | +0.81% |
| Take | 74k | — |
| Patricia | 62k | — |
| FaltyDL | 187k | +0.62% |
| Prefuse 73 | 602k | +0.44% |
| Boxcutter | 179k | — |
| venera | 22k | — |
| Loraine James | 68k | — |
| Lone | 497k | +2.09% |
| Objekt | 100k | +1.21% |
| Romance | 29k | — |
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