| Artist | Listeners | 13-week growth |
|---|---|---|
| Linval Thompson | 241k | — |
| Cocoa Tea | 161k | — |
| Jacob Miller | 282k | +0.77% |
| Linton Kwesi Johnson | 169k | — |
| Joe Gibbs & The Professionals | 39k | — |
| Keith Hudson | 106k | — |
| Prince Far I | 135k | — |
| Johnny Clarke | 186k | +1.08% |
| Bim Sherman | 51k | — |
| Lee "Scratch" Perry | 401k | +1.06% |
| Mad Professor | 155k | — |
| Israel Vibration | 398k | +0.91% |
| The Aggrovators | 134k | — |
| Black Uhuru | 528k | +0.56% |
| Wayne Jarrett | 31k | — |
| King Tubby | 336k | — |
| Johnny Osbourne | 261k | +2.06% |
| Cornell Campbell | 177k | +1.31% |
| The Gladiators | 299k | +1.03% |
| Tapper Zukie | 38k | — |
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