| Artist | Listeners | 13-week growth |
|---|---|---|
| Paul Engemann | 256k | +3.03% |
| Kenny Loggins | 1.7M | +2.10% |
| John Cafferty | 104k | — |
| Bill Conti | 413k | +2.61% |
| Stan Bush | 116k | — |
| Ray Parker Jr. | 720k | +1.89% |
| Matthew Wilder | 722k | +3.61% |
| Patrick Swayze | 319k | +2.66% |
| Survivor | 2.1M | +2.28% |
| Amy Holland | 75k | +3.65% |
| Bill Medley & Jennifer Warnes | 188k | +0.19% |
| John Parr | 281k | +1.72% |
| Eric Carmen | 831k | +3.00% |
| Irene Cara | 900k | +2.16% |
| Michael Sembello | 1.1M | +3.10% |
| Cutting Crew | 1.4M | +5.91% |
| Starship | 1.4M | +2.65% |
| Fire Inc. | 37k | — |
| Gerard McMann | 74k | — |
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