| Artist | Listeners | 13-week growth |
|---|---|---|
| Zapp | 321k | +2.69% |
| Bernard Wright | 56k | — |
| Edwin Birdsong | 98k | — |
| Cameo | 688k | +2.05% |
| Midnight Star | 176k | +2.81% |
| The Bar-Kays | 326k | +0.92% |
| Con Funk Shun | 196k | +4.47% |
| The Gap Band | 660k | +4.56% |
| Slave | 167k | +1.28% |
| Lakeside | 168k | +2.91% |
| One Way | 135k | +2.37% |
| The Whispers | 444k | +2.10% |
| S.O.S. Band | 113k | +0.15% |
| Mtume | 193k | +1.22% |
| George Clinton | 313k | +1.14% |
| Fatback Band | 193k | +1.68% |
| Bootsy Collins | 379k | +1.74% |
| Dazz Band | 304k | +4.54% |
| Ohio Players | 598k | +1.31% |
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