| Artist | Listeners | 13-week growth |
|---|---|---|
| Johnny Clarke | 186k | +1.08% |
| King Tubby | 336k | — |
| Barry Brown | 94k | — |
| Horace Andy | 342k | +0.82% |
| Prince Far I | 135k | — |
| Burning Spear | 544k | +0.67% |
| U-Roy | 163k | — |
| Cornell Campbell | 177k | +1.31% |
| Leroy Smart | 58k | — |
| Big Youth | 211k | — |
| Linval Thompson | 241k | — |
| Augustus Pablo | 415k | — |
| The Upsetters | 356k | +0.77% |
| Keith Hudson | 106k | — |
| Culture | 348k | +0.80% |
| Jacob Miller | 282k | +0.77% |
| Gregory Isaacs | 683k | +1.52% |
| The Mighty Diamonds | 142k | +0.11% |
| Wayne Jarrett | 31k | — |
| Ernest Ranglin | 156k | — |
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