| Artist | Listeners | 13-week growth |
|---|---|---|
| Willie Hutch | 217k | +1.13% |
| The Sylvers | 143k | — |
| Eddie Kendricks | 295k | — |
| Lyn Collins | 269k | — |
| Fatback Band | 193k | +1.68% |
| Little Beaver | 239k | +3.54% |
| The J.B.'s | 227k | +1.23% |
| B.T. Express | 88k | — |
| Kool & the Gang | 2.1M | +3.18% |
| Weldon Irvine | 177k | +2.24% |
| Roy Ayers | 498k | +0.75% |
| The Blackbyrds | 388k | +3.89% |
| The Main Ingredient | 277k | +3.14% |
| Rufus | 568k | +4.38% |
| Brothers Johnson | 222k | +0.11% |
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