| Artist | Listeners | 13-week growth |
|---|---|---|
| Gwen McCrae | 254k | +3.96% |
| Darondo | 544k | +2.73% |
| Ann Peebles | 449k | +1.50% |
| Lyn Collins | 269k | — |
| Milton Wright | 108k | — |
| Shuggie Otis | 594k | +1.22% |
| Patti Drew | 84k | — |
| Millie Jackson | 121k | +1.43% |
| Leon Haywood | 117k | — |
| Betty Wright | 286k | +1.25% |
| Leroy Hutson | 162k | — |
| Barbara Mason | 232k | +8.08% |
| Little Beaver | 239k | +3.54% |
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