| Artist | Listeners | 13-week growth |
|---|---|---|
| Living in a Box | 187k | +1.27% |
| Nu Shooz | 216k | — |
| Curiosity Killed the Cat | 69k | +1.64% |
| Paula Abdul | 767k | +2.42% |
| Exposé | 142k | +2.06% |
| Taylor Dayne | 722k | +2.77% |
| Bobby Brown | 614k | +3.00% |
| Pebbles | 90k | +1.57% |
| Eddie Murphy | 399k | +3.92% |
| Naked Eyes | 645k | +3.21% |
| Karyn White | 143k | +2.04% |
| The Blow Monkeys | 196k | +1.51% |
| Go West | 405k | +1.15% |
| Johnny Hates Jazz | 382k | +2.36% |
| Jermaine Stewart | 178k | +1.80% |
| Jody Watley | 189k | +0.89% |
| The Pointer Sisters | 1.2M | +1.56% |
| Bananarama | 1.1M | +2.20% |
| Stacey Q | 445k | +5.75% |
| Nightlife | 61k | — |
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