| Artist | Listeners | 13-week growth |
|---|---|---|
| Willie Hutch | 217k | +1.13% |
| Creative Source | 45k | — |
| Eddie Kendricks | 295k | — |
| The Main Ingredient | 277k | +3.14% |
| Little Beaver | 239k | +3.54% |
| Chicago Gangsters | 121k | — |
| Weldon Irvine | 177k | +2.24% |
| Brothers Johnson | 222k | +0.11% |
| The Dramatics | 372k | +1.95% |
| The Counts | 32k | — |
| The Whatnauts | 113k | — |
| The Blackbyrds | 388k | +3.89% |
| Johnny "Guitar" Watson | 107k | — |
| Leon Ware | 228k | — |
| Milton Wright | 108k | — |
| Heatwave | 434k | +2.34% |
| Evelyn "Champagne" King | 406k | +2.71% |
| The Emotions | 590k | +1.66% |
| L.T.D. | 174k | +2.32% |
| A Taste of Honey | 290k | +3.67% |
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