| Artist | Listeners | 13-week growth |
|---|---|---|
| Culture | 348k | +0.80% |
| Black Roots | 56k | — |
| The Gladiators | 299k | +1.03% |
| Israel Vibration | 398k | +0.91% |
| Don Carlos | 323k | +2.93% |
| Jacob Miller | 282k | +0.77% |
| Lucky Dube | 75k | — |
| Eric Donaldson | 69k | — |
| Burning Spear | 544k | +0.67% |
| Johnny Clarke | 186k | +1.08% |
| Clinton Fearon | 44k | +1.91% |
| Max Romeo | 597k | +1.28% |
| Cornell Campbell | 177k | +1.31% |
| Joe Higgs | 46k | — |
| The Mighty Diamonds | 142k | +0.11% |
| Black Uhuru | 528k | +0.56% |
| The Abyssinians | 258k | +0.63% |
| Pablo Moses | 91k | +1.36% |
| The Congos | 258k | +1.23% |
| Groundation | 359k | +0.59% |
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