| Artist | Listeners | 13-week growth |
|---|---|---|
| Dave Van Ronk | 207k | +1.11% |
| Michael Hurley | 144k | +1.95% |
| Karen Dalton | 417k | +1.35% |
| C.W. Stoneking | 148k | — |
| Elizabeth Cotten | 205k | +1.47% |
| Mississippi John Hurt | 291k | — |
| Junior Kimbrough | 254k | — |
| Leadbelly | 314k | +0.11% |
| Skip James | 264k | — |
| Ted Hawkins | 105k | — |
| Mississippi Fred McDowell | 192k | — |
| John Fahey | 360k | +1.78% |
| Blind Willie Johnson | 274k | — |
| Loudon Wainwright III | 336k | +1.36% |
| R.L. Burnside | 295k | — |
| Fred Neil | 220k | +2.54% |
| Charley Patton | 158k | — |
| Robert Johnson | 731k | +0.73% |
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