| Artist | Listeners | 13-week growth |
|---|---|---|
| Bert Jansch | 374k | +0.80% |
| John Renbourn | 79k | +0.73% |
| Steeleye Span | 194k | +0.78% |
| Shirley Collins | 81k | +2.40% |
| The Pentangle | 79k | +0.16% |
| The Incredible String Band | 162k | +1.17% |
| Michael Chapman | 64k | +1.45% |
| Fairport Convention | 407k | +1.60% |
| John Martyn | 574k | +1.37% |
| Kaki King | 437k | — |
| John Fahey | 360k | +1.78% |
| Fotheringay | 54k | +0.84% |
| Fred Neil | 220k | +2.54% |
| Robbie Basho | 83k | — |
| Maddy Prior | 47k | +1.25% |
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