| Artist | Listeners | 13-week growth |
|---|---|---|
| Racey | 74k | — |
| Terry Jacks | 226k | +1.45% |
| Bay City Rollers | 291k | +1.53% |
| Andy Kim | 67k | — |
| Three Dog Night | 894k | +1.05% |
| The New Seekers | 109k | +1.20% |
| Christie | 112k | +0.69% |
| Hamilton, Joe Frank & Reynolds | 109k | — |
| The Fortunes | 124k | — |
| David Essex | 212k | +0.58% |
| The Osmonds | 101k | +1.02% |
| Dr. Hook | 497k | +2.23% |
| Brotherhood of Man | 117k | — |
| Mud | 463k | +0.41% |
| White Plains | 39k | — |
| The Dave Clark Five | 135k | +1.96% |
| Tony Orlando & Dawn | 119k | +1.30% |
| David Soul | 87k | +1.78% |
| Manfred Mann | 538k | +0.74% |
| Gary Puckett & The Union Gap | 142k | +0.80% |
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