| Artist | Listeners | 13-week growth |
|---|---|---|
| Dan Auerbach | 610k | +1.04% |
| The Bones of J.R. Jones | 149k | — |
| Seasick Steve | 314k | — |
| The Tallest Man on Earth | 1.1M | +0.37% |
| Son Little | 231k | +1.54% |
| The Teskey Brothers | 317k | +2.30% |
| J.J. Cale | 909k | +1.58% |
| Taj Mahal | 510k | +0.81% |
| Otis Taylor | 157k | — |
| Ry Cooder | 500k | +1.01% |
| Tony Joe White | 253k | +2.01% |
| Valerie June | 235k | +0.84% |
| Rodriguez | 268k | — |
| Ben Harper | 1.6M | +0.24% |
| Calvin Russell | 45k | — |
| Marcus King | 287k | +2.91% |
| Peter Green | 245k | +0.93% |
| Eric Bibb | 126k | +0.77% |
| Dave Van Ronk | 207k | +1.11% |
| Marvin Pontiac | 54k | — |
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