| Artist | Listeners | 13-week growth |
|---|---|---|
| Junior Murvin | 316k | +1.34% |
| Johnny Clarke | 186k | +1.08% |
| Cornell Campbell | 177k | +1.31% |
| Linval Thompson | 241k | — |
| The Gladiators | 299k | +1.03% |
| The Mighty Diamonds | 142k | +0.11% |
| Lee "Scratch" Perry | 401k | +1.06% |
| Big Youth | 211k | — |
| The Upsetters | 356k | +0.77% |
| Jacob Miller | 282k | +0.77% |
| The Heptones | 282k | +0.74% |
| Johnny Osbourne | 261k | +2.06% |
| Barry Brown | 94k | — |
| Hugh Mundell | 122k | +2.15% |
| Dennis Brown | 533k | +2.10% |
| Althea & Donna | 106k | +0.39% |
| Wailing Souls | 283k | +3.29% |
| The Viceroys | 165k | +1.76% |
| Horace Andy | 342k | +0.82% |
| Junior Delgado | 84k | — |
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