| Artist | Listeners | 13-week growth |
|---|---|---|
| Survivor | 2.1M | +2.28% |
| Jim Steinman | 38k | +0.89% |
| John Parr | 281k | +1.72% |
| Joe Esposito | 56k | — |
| Stan Bush | 116k | — |
| Limahl | 381k | +2.23% |
| Kenny Loggins | 1.7M | +2.10% |
| Lou Gramm | 109k | +1.45% |
| Ray Parker Jr. | 720k | +1.89% |
| Paul Engemann | 256k | +3.03% |
| Paul Hertzog | 34k | — |
| Michael Sembello | 1.1M | +3.10% |
| Jeff Williams | 177k | +3.21% |
| John Cafferty | 104k | — |
| Vince DiCola | 111k | — |
| Jeff Wayne | 133k | — |
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