| Artist | Listeners | 13-week growth |
|---|---|---|
| The Bar-Kays | 326k | +0.92% |
| The J.B.'s | 227k | +1.23% |
| Weldon Irvine | 177k | +2.24% |
| The Blackbyrds | 388k | +3.89% |
| Bohannon | 73k | — |
| Mandrill | 183k | +1.62% |
| Ohio Players | 598k | +1.31% |
| The Undisputed Truth | 164k | — |
| Pleasure | 106k | — |
| Milton Wright | 108k | — |
| Ronnie Foster | 161k | +2.47% |
| Roy Ayers | 498k | +0.75% |
| Leroy Hutson | 162k | — |
| Parliament | 809k | +1.21% |
| James Brown | 2.4M | +1.40% |
| The Sylvers | 143k | — |
| Betty Davis | 264k | +0.96% |
| Isaac Hayes | 994k | +0.88% |
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