| Artist | Listeners | 13-week growth |
|---|---|---|
| Barclay James Harvest | 223k | +0.65% |
| Manfred Mann's Earth Band | 517k | +1.41% |
| Sniff 'n' the Tears | 165k | — |
| Roger Glover | 39k | — |
| 10cc | 1.7M | +4.69% |
| The Alan Parsons Project | 1.2M | +2.63% |
| Golden Earring | 664k | +1.19% |
| Electric Light Orchestra | 3.1M | +3.03% |
| Toto | 3.2M | +2.33% |
| Climax Blues Band | 141k | +2.18% |
| Status Quo | 943k | +1.00% |
| Supertramp | 2.2M | +1.22% |
| Rod Stewart | 2.3M | +2.83% |
| Saga | 139k | +1.19% |
| Bay City Rollers | 291k | +1.53% |
| Al Stewart | 507k | +3.09% |
| The Rubettes | 150k | +0.72% |
| Little River Band | 608k | +2.94% |
| Foreigner | 2.5M | +3.12% |
| John Parr | 281k | +1.72% |
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