| Artist | Listeners | 13-week growth |
|---|---|---|
| Zapp | 321k | +2.69% |
| Fatback Band | 193k | +1.68% |
| Dazz Band | 304k | +4.54% |
| Maceo & The Macks | 74k | — |
| Ohio Players | 598k | +1.31% |
| Rick James | 1.6M | +2.74% |
| George Clinton | 313k | +1.14% |
| The Gap Band | 660k | +4.56% |
| One Way | 135k | +2.37% |
| Indeep | 256k | — |
| The Bar-Kays | 326k | +0.92% |
| Lyn Collins | 269k | — |
| Digital Underground | 355k | +1.55% |
| Lakeside | 168k | +2.91% |
| Johnny Harris | 79k | — |
| The J.B.'s | 227k | +1.23% |
| Kurtis Blow | 271k | +0.67% |
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