| Artist | Listeners | 13-week growth |
|---|---|---|
| Showaddywaddy | 91k | +0.74% |
| Barry Blue | 35k | — |
| The Osmonds | 101k | +1.02% |
| The Rubettes | 150k | +0.72% |
| Paper Lace | 95k | — |
| Sailor | 86k | +0.65% |
| Bay City Rollers | 291k | +1.53% |
| David Essex | 212k | +0.58% |
| Mud | 463k | +0.41% |
| Christie | 112k | +0.69% |
| The Tremeloes | 239k | +0.41% |
| Racey | 74k | — |
| The New Seekers | 109k | +1.20% |
| Mungo Jerry | 568k | +2.18% |
| Hot Chocolate | 954k | +2.59% |
| Albert Hammond | 505k | +3.24% |
| Vanity Fare | 54k | — |
| Middle Of The Road | 144k | +0.71% |
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