| Artist | Listeners | 13-week growth |
|---|---|---|
| Rodríguez | 450k | +3.98% |
| Archive | 831k | +0.58% |
| Kaleidoscope | 194k | +0.96% |
| Donovan | 1.4M | +0.89% |
| The Pretty Things | 410k | +1.02% |
| Yeasayer | 1.0M | +0.37% |
| Magic Castles | 19k | — |
| Arthur Lee | 51k | — |
| The Incredible String Band | 162k | +1.17% |
| Erkin Koray | 149k | — |
| Rodriguez | 268k | — |
| DJ Shadow Feat. Mos Def | 73k | +0.13% |
| Wallace Collection | 78k | — |
| It's A Beautiful Day | 87k | — |
| Tomorrow | 249k | — |
| UNKLE | 1.4M | +0.61% |
| The Idle Race | 81k | — |
| The Velvet Underground | 3.2M | +1.11% |
| The West Coast Pop Art Experimental Band | 333k | +2.29% |
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