| Artist | Listeners | 13-week growth |
|---|---|---|
| Billy Cobham | 329k | +1.57% |
| Lenny White | 54k | — |
| George Duke | 323k | +1.20% |
| The Brecker Brothers | 122k | — |
| Bob James | 302k | +1.18% |
| Gary Bartz | 101k | +1.31% |
| Ramsey Lewis | 294k | +1.06% |
| The Headhunters | 66k | — |
| Eddie Henderson | 118k | +1.80% |
| Larry Coryell | 102k | — |
| Ronnie Laws | 144k | +1.87% |
| The Crusaders | 222k | +1.51% |
| Jean-Luc Ponty | 224k | +3.33% |
| Tony Williams | 116k | — |
| Weather Report | 544k | +0.99% |
| Donald Byrd | 525k | +1.96% |
| Stanley Clarke | 250k | +0.04% |
| Return to Forever | 249k | +0.97% |
| Passport | 20k | — |
| Dave Pike Set | 56k | — |
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