| Artist | Listeners | 13-week growth |
|---|---|---|
| Lee Ritenour | 263k | +1.13% |
| Stanley Jordan | 77k | — |
| Brian Bromberg | 106k | — |
| Fourplay | 218k | — |
| Spyro Gyra | 221k | — |
| Chuck Mangione | 197k | +1.62% |
| Yellowjackets | 151k | — |
| George Benson | 1.2M | +3.59% |
| Joe Sample | 165k | +0.92% |
| Tom Scott | 135k | — |
| George Duke | 323k | +1.20% |
| Al Di Meola | 307k | +0.73% |
| David Benoit | 230k | +1.45% |
| The Crusaders | 222k | +1.51% |
| Tommy Emmanuel | 206k | — |
| Al Jarreau | 416k | +1.27% |
| John Tropea | 45k | — |
| Oz Noy | 28k | — |
| Bob James | 302k | +1.18% |
| Mezzoforte | 67k | — |
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