| Artist | Listeners | 13-week growth |
|---|---|---|
| Amanaz | 223k | +3.69% |
| D.R. Hooker | 47k | — |
| Ultimate Spinach | 139k | +1.65% |
| The West Coast Pop Art Experimental Band | 333k | +2.29% |
| Country Joe & The Fish | 242k | +1.19% |
| Allah-Las | 467k | +1.77% |
| Kaleidoscope | 194k | +0.96% |
| The Pretty Things | 410k | +1.02% |
| Federal Duck | 69k | — |
| The Electric Prunes | 374k | +2.81% |
| Strawberry Alarm Clock | 373k | +1.07% |
| The Seeds | 309k | +0.88% |
| The Chocolate Watch Band | 71k | — |
| Quicksilver Messenger Service | 282k | +1.05% |
| The Lovin' Spoonful | 1.1M | +1.46% |
| Lee Michaels | 41k | — |
| The Mystery Lights | 192k | +4.91% |
| Spirit | 289k | +1.16% |
| Ghostwoman | 113k | +7.84% |
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