| Artist | Listeners | 13-week growth |
|---|---|---|
| Unlimited Touch | 43k | — |
| Gwen Guthrie | 131k | +1.69% |
| Gwen McCrae | 254k | +3.96% |
| D Train | 61k | +0.46% |
| Geraldine Hunt | 47k | — |
| Change | 204k | +1.36% |
| Melba Moore | 128k | +1.46% |
| Kleeer | 75k | +3.94% |
| Loose Ends | 233k | +3.09% |
| The Jones Girls | 170k | +2.99% |
| Skyy | 92k | +1.62% |
| Mtume | 193k | +1.22% |
| A Taste of Honey | 290k | +3.67% |
| George Duke | 323k | +1.20% |
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