| Artist | Listeners | 13-week growth |
|---|---|---|
| Ulrika Spacek | 103k | +4.63% |
| The Orielles | 134k | +1.71% |
| Dry Cleaning | 268k | +2.12% |
| Cola | 179k | +3.64% |
| Pullman | 17k | +1.58% |
| mary in the junkyard | 118k | +38.05% |
| Racing Mount Pleasant | 179k | +0.43% |
| Lime Garden | 186k | +8.56% |
| The Twilight Sad | 378k | +2.14% |
| Man/Woman/Chainsaw | 60k | — |
| Fragile | 26k | — |
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