| Artist | Listeners | 13-week growth |
|---|---|---|
| Climie Fisher | 152k | +1.50% |
| Belinda Carlisle | 1.3M | +3.43% |
| Mr. Mister | 738k | +1.11% |
| Breathe | 127k | — |
| Go West | 405k | +1.15% |
| Richard Marx | 807k | +1.74% |
| Starship | 1.4M | +2.65% |
| The Blow Monkeys | 196k | +1.51% |
| Irene Cara | 900k | +2.16% |
| Martika | 326k | +1.35% |
| Mike & The Mechanics | 460k | +0.04% |
| Eric Carmen | 831k | +3.00% |
| Billy Ocean | 1.0M | +3.57% |
| T'Pau | 276k | +0.71% |
| John Parr | 281k | +1.72% |
| Taylor Dayne | 722k | +2.77% |
| Wilson Phillips | 360k | +1.64% |
| John Waite | 450k | +2.12% |
| Johnny Hates Jazz | 382k | +2.36% |
| Dan Hartman | 321k | +1.72% |
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