| Artist | Listeners | 13-week growth |
|---|---|---|
| Janet Kay | 67k | — |
| Sugar Minott | 222k | +1.36% |
| Leroy Smart | 58k | — |
| Freddie McGregor | 209k | +1.61% |
| Marcia Aitken | 66k | — |
| John Holt | 415k | +1.38% |
| Delroy Wilson | 210k | +1.05% |
| Dennis Brown | 533k | +2.10% |
| Susan Cadogan | 99k | — |
| Gregory Isaacs | 683k | +1.52% |
| Junior Delgado | 84k | — |
| Black Harmony | 45k | — |
| Cornell Campbell | 177k | +1.31% |
| Half Pint | 118k | +2.68% |
| Derrick Harriott | 180k | — |
| Barry Brown | 94k | — |
| Ken Boothe | 259k | +0.87% |
| The Heptones | 282k | +0.74% |
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