| Artist | Listeners | 13-week growth |
|---|---|---|
| Cocoa Tea | 161k | — |
| Lee "Scratch" Perry | 401k | +1.06% |
| Prince Far I | 135k | — |
| Keith Hudson | 106k | — |
| Ras Michael & The Sons Of Negus | 17k | — |
| Dennis Alcapone | 81k | — |
| Barry Brown | 94k | — |
| Israel Vibration | 398k | +0.91% |
| The Gladiators | 299k | +1.03% |
| Mikey Dread | 116k | — |
| Horace Andy | 342k | +0.82% |
| The Revolutionaries | 71k | — |
| Cornell Campbell | 177k | +1.31% |
| Leroy Smart | 58k | — |
| Burning Spear | 544k | +0.67% |
| Black Uhuru | 528k | +0.56% |
| Johnny Clarke | 186k | +1.08% |
| African Head Charge | 81k | — |
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