| Artist | Listeners | 13-week growth |
|---|---|---|
| Burning Spear | 544k | +0.67% |
| U-Roy | 163k | — |
| Horace Andy | 342k | +0.82% |
| Johnny Clarke | 186k | +1.08% |
| Black Uhuru | 528k | +0.56% |
| Keith Hudson | 106k | — |
| Lee "Scratch" Perry & The Upsetters | 101k | — |
| Aswad | 302k | +1.22% |
| Lee "Scratch" Perry | 401k | +1.06% |
| Augustus Pablo | 415k | — |
| Culture | 348k | +0.80% |
| Junior Murvin | 316k | +1.34% |
| Mikey Dread | 116k | — |
| Scientist | 227k | — |
| The Abyssinians | 258k | +0.63% |
| Prince Far I | 135k | — |
| The Upsetters | 356k | +0.77% |
| Steel Pulse | 588k | +2.33% |
| Sly Dunbar | 35k | — |
| The Gladiators | 299k | +1.03% |
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