| Artist | Listeners | 13-week growth |
|---|---|---|
| Seasick Steve | 314k | — |
| Justin Johnson | 33k | — |
| Eric Bibb | 126k | +0.77% |
| B.B. King | 1.4M | +1.18% |
| Katie Melua | 1.1M | +0.29% |
| The Blues Brothers | 653k | +1.21% |
| Louis Armstrong | 3.0M | +1.08% |
| John Lee Hooker | 1.1M | +0.68% |
| John Mayall | 298k | +0.54% |
| Ray Charles | 2.9M | +1.84% |
| Beth Hart & Joe Bonamassa | 32k | +0.38% |
| Lucky Peterson | 54k | — |
| Melody Gardot | 814k | +0.91% |
| The Seatbelts | 99k | +0.64% |
| Peggy Lee | 1.6M | +1.21% |
| Gaby Moreno | 88k | +2.23% |
| Jamie Cullum | 1.3M | +0.29% |
| Madeleine Peyroux | 1.0M | +0.54% |
| The California Honeydrops | 142k | +3.58% |
| Dr. John | 697k | +1.44% |
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