| Artist | Listeners | 13-week growth |
|---|---|---|
| Brick | 164k | +1.46% |
| Junior Parker | 83k | — |
| The Bar-Kays | 326k | +0.92% |
| Average White Band | 480k | +1.29% |
| Bo Diddley | 641k | +0.71% |
| Lee Dorsey | 266k | +0.58% |
| James Brown | 2.4M | +1.40% |
| Big Joe Turner | 200k | — |
| Bobby "Blue" Bland | 378k | +3.13% |
| The Dramatics | 372k | +1.95% |
| Ohio Players | 598k | +1.31% |
| Heatwave | 434k | +2.34% |
| Instant Funk | 65k | — |
| Bootsy Collins | 379k | +1.74% |
| The Sylvers | 143k | — |
| Rick James | 1.6M | +2.74% |
| The Undisputed Truth | 164k | — |
| Pleasure | 106k | — |
| The J.B.'s | 227k | +1.23% |
| Clarence Reid | 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