| Artist | Listeners | 13-week growth |
|---|---|---|
| Space | 323k | +1.33% |
| Thomas Dolby | 482k | +1.09% |
| Christie | 112k | +0.69% |
| Harold Faltermeyer | 450k | — |
| Isao Tomita | 110k | +0.72% |
| Gilbert O'Sullivan | 618k | +2.92% |
| Kraftwerk | 1.4M | +0.98% |
| Captain & Tennille | 300k | +1.69% |
| Middle Of The Road | 144k | +0.71% |
| Patrick Hernandez | 371k | +3.13% |
| Terry Jacks | 226k | +1.45% |
| The New Seekers | 109k | +1.20% |
| Mort Garson | 415k | +2.26% |
| Electronic | 327k | +1.55% |
| Pet Shop Boys | 2.4M | +2.72% |
| Jean Michel Jarre | 204k | +0.34% |
| Bay City Rollers | 291k | +1.53% |
| Yellow Magic Orchestra | 350k | +2.44% |
| Perrey & Kingsley | 14k | — |
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