| Artist | Listeners | 13-week growth |
|---|---|---|
| Shalamar | 372k | +2.12% |
| Change | 204k | +1.36% |
| Evelyn "Champagne" King | 406k | +2.71% |
| Fat Larry's Band | 153k | +1.89% |
| Indeep | 256k | — |
| Skyy | 92k | +1.62% |
| Oliver Cheatham | 278k | +3.95% |
| Melba Moore | 128k | +1.46% |
| Sister Sledge | 936k | +3.30% |
| Imagination | 280k | +1.96% |
| Cheryl Lynn | 582k | +4.24% |
| The Whispers | 444k | +2.10% |
| Gwen Guthrie | 131k | +1.69% |
| Patrice Rushen | 836k | +5.28% |
| S.O.S. Band | 113k | +0.15% |
| Gwen McCrae | 254k | +3.96% |
| D Train | 61k | +0.46% |
| Fatback Band | 193k | +1.68% |
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