| Artist | Listeners | 13-week growth |
|---|---|---|
| Karen Dalton | 417k | +1.35% |
| Roy Harper | 138k | +1.13% |
| Fred Neil | 220k | +2.54% |
| Bobby Charles | 124k | +5.48% |
| Sandy Denny | 168k | +0.88% |
| Terry Reid | 125k | — |
| Odetta | 217k | +1.24% |
| Judee Sill | 221k | +3.51% |
| Ry Cooder | 500k | +1.01% |
| Judy Collins | 299k | +1.70% |
| Joan Armatrading | 391k | +0.86% |
| John Martyn | 574k | +1.37% |
| Buffy Sainte-Marie | 237k | +1.82% |
| Nick Drake | 2.3M | +1.16% |
| This Is the Kit | 288k | +1.12% |
| Bert Jansch | 374k | +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