| Artist | Listeners | 13-week growth |
|---|---|---|
| Johnny Osbourne | 261k | +2.06% |
| Josey Wales | 51k | — |
| Garnett Silk | 83k | — |
| Hugh Mundell | 122k | +2.15% |
| Johnny Clarke | 186k | +1.08% |
| Barrington Levy | 650k | +1.40% |
| Leroy Smart | 58k | — |
| Tenor Saw | 130k | +1.33% |
| Half Pint | 118k | +2.68% |
| Capleton | 390k | +0.88% |
| Junior Delgado | 84k | — |
| Eek-a-Mouse | 503k | +1.78% |
| Cocoa Tea | 161k | — |
| Sugar Minott | 222k | +1.36% |
| Anthony B | 346k | +0.70% |
| Pinchers | 52k | — |
| Dennis Brown | 533k | +2.10% |
| Sizzla | 494k | +0.57% |
| Gregory Isaacs | 683k | +1.52% |
| King Kong | 52k | — |
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