| Artist | Listeners | 13-week growth |
|---|---|---|
| Michael Brecker | 184k | +0.72% |
| Freddie Hubbard | 483k | +1.05% |
| Wayne Shorter | 640k | +1.43% |
| Sonny Stitt | 217k | +1.02% |
| Yellowjackets | 151k | — |
| Chick Corea | 670k | +1.48% |
| Dexter Gordon | 616k | +1.34% |
| Stanley Turrentine | 305k | +1.11% |
| Sam Rivers | 79k | +1.74% |
| Eddie Henderson | 118k | +1.80% |
| Joe Henderson | 408k | +1.71% |
| Billy Cobham | 329k | +1.57% |
| Jack McDuff | 108k | +1.95% |
| John McLaughlin | 237k | +0.87% |
| Tony Williams | 116k | — |
| The Brecker Brothers | 122k | — |
| 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