| Artist | Listeners | 13-week growth |
|---|---|---|
| Bohannon | 73k | — |
| MFSB | 180k | +1.25% |
| Peter Brown | 68k | — |
| Brick | 164k | +1.46% |
| Fatback Band | 193k | +1.68% |
| Brass Construction | 91k | — |
| Leon Haywood | 117k | — |
| The Salsoul Orchestra | 96k | — |
| Johnny "Guitar" Watson | 107k | — |
| The Bar-Kays | 326k | +0.92% |
| Gino Soccio | 88k | +2.11% |
| Skyy | 92k | +1.62% |
| Clarence Reid | 51k | — |
| Slave | 167k | +1.28% |
| T-Connection | 79k | — |
| Geraldine Hunt | 47k | — |
| Ripple | 67k | — |
| Sun | 104k | — |
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