| Artist | Listeners | 13-week growth |
|---|---|---|
| D Train | 61k | +0.46% |
| Gwen Guthrie | 131k | +1.69% |
| T.S. Monk | 28k | — |
| Dynasty | 66k | — |
| Change | 204k | +1.36% |
| Brass Construction | 91k | — |
| Melba Moore | 128k | +1.46% |
| Evelyn "Champagne" King | 406k | +2.71% |
| Skyy | 92k | +1.62% |
| T-Connection | 79k | — |
| Fatback Band | 193k | +1.68% |
| Slave | 167k | +1.28% |
| Gwen McCrae | 254k | +3.96% |
| Aurra | 51k | +1.07% |
| Geraldine Hunt | 47k | — |
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