| Artist | Listeners | 13-week growth |
|---|---|---|
| Wolf & Bear | 81k | — |
| Amarionette | 47k | — |
| Eidola | 89k | +3.49% |
| Royal Coda | 80k | — |
| Dwellings | 75k | — |
| The Home Team | 249k | +0.18% |
| I the Mighty | 121k | +1.59% |
| Makari | 86k | — |
| Picturesque | 90k | — |
| Slaves | 390k | +2.51% |
| Dance Gavin Dance | 853k | +5.26% |
| A Lot Like Birds | 118k | +2.34% |
| Hail The Sun | 398k | +8.67% |
| pulses. | 34k | — |
| Emarosa | 424k | +2.79% |
| Miss Fortune | 51k | — |
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