| Artist | Listeners | 13-week growth |
|---|---|---|
| Johnny Clarke | 186k | +1.08% |
| Barry Brown | 94k | — |
| Cornell Campbell | 177k | +1.31% |
| Leroy Smart | 58k | — |
| The Aggrovators | 134k | — |
| Big Youth | 211k | — |
| Dennis Alcapone | 81k | — |
| U-Roy | 163k | — |
| King Kong | 52k | — |
| Dr. Alimantado | 53k | — |
| The Revolutionaries | 71k | — |
| The Upsetters | 356k | +0.77% |
| The Heptones | 282k | +0.74% |
| Horace Andy | 342k | +0.82% |
| Errol Dunkley | 83k | — |
| Delroy Wilson | 210k | +1.05% |
| Tommy McCook | 125k | — |
| Trinity | 77k | — |
| Blood Sisters | 29k | — |
| Junior Murvin | 316k | +1.34% |
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