| Artist | Listeners | 13-week growth |
|---|---|---|
| The Manhattans | 233k | +3.03% |
| Tavares | 381k | +2.71% |
| Jeffrey Osborne | 142k | +1.92% |
| Rufus | 568k | +4.38% |
| The Chi-Lites | 336k | +2.22% |
| Average White Band | 480k | +1.29% |
| Leela James | 267k | +0.44% |
| Atlantic Starr | 257k | +2.38% |
| Earth, Wind & Fire | 3.1M | +2.90% |
| B.T. Express | 88k | — |
| L.T.D. | 174k | +2.32% |
| Teddy Pendergrass | 409k | +1.54% |
| Con Funk Shun | 196k | +4.47% |
| Graham Central Station | 128k | +1.15% |
| Stephanie Mills | 246k | +1.50% |
| Blue Magic | 122k | +5.52% |
| The Whispers | 444k | +2.10% |
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