| Artist | Listeners | 13-week growth |
|---|---|---|
| Brass Construction | 91k | — |
| Fatback Band | 193k | +1.68% |
| The J.B.'s | 227k | +1.23% |
| Mandrill | 183k | +1.62% |
| Larry Graham | 49k | — |
| The Jimmy Castor Bunch | 108k | — |
| Ohio Players | 598k | +1.31% |
| Lakeside | 168k | +2.91% |
| Brick | 164k | +1.46% |
| The Beginning Of The End | 127k | — |
| Pleasure | 106k | — |
| Chocolate Milk | 82k | — |
| MFSB | 180k | +1.25% |
| Brothers Johnson | 222k | +0.11% |
| Bohannon | 73k | — |
| Con Funk Shun | 196k | +4.47% |
| Average White Band | 480k | +1.29% |
| Creative Source | 45k | — |
| Skyy | 92k | +1.62% |
| Cameo | 688k | +2.05% |
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