| Artist | Listeners | 13-week growth |
|---|---|---|
| Sly Stone | 68k | +0.86% |
| Young Franco | 307k | +2.93% |
| Sly & The Family Stone | 1.3M | +0.93% |
| Funkadelic | 1.1M | +1.35% |
| Thundercat | 2.1M | +2.89% |
| Parliament | 809k | +1.21% |
| Eddie Hazel | 148k | +2.75% |
| Logic | 1.8M | +2.09% |
| Free Nationals | 1.0M | +2.67% |
| Graham Central Station | 128k | +1.15% |
| The Fearless Flyers | 201k | +1.18% |
| James Brown | 2.4M | +1.40% |
| The J.B.'s | 227k | +1.23% |
| The Meters | 670k | +1.18% |
| Vulfpeck | 604k | +1.38% |
| Louis Cole | 209k | +1.64% |
| Ohio Players | 598k | +1.31% |
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