| Artist | Listeners | 13-week growth |
|---|---|---|
| Lou Gramm | 109k | +1.45% |
| John Parr | 281k | +1.72% |
| The Dickies | 230k | +1.41% |
| Ray Parker Jr. | 720k | +1.89% |
| Michael Sembello | 1.1M | +3.10% |
| T'Pau | 276k | +0.71% |
| Kenny Loggins | 1.7M | +2.10% |
| Irene Cara | 900k | +2.16% |
| Patrick Swayze | 319k | +2.66% |
| The Fixx | 381k | +1.39% |
| Divinyls | 371k | +2.48% |
| Boy Meets Girl | 179k | — |
| Joe Esposito | 56k | — |
| Eric Carmen | 831k | +3.00% |
| Limahl | 381k | +2.23% |
| Rick Springfield | 1.1M | +2.27% |
| Pat Benatar | 1.5M | +2.10% |
| Anthony Stewart Head | 26k | — |
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