| Artist | Listeners | 13-week growth |
|---|---|---|
| Ethel Waters | 89k | — |
| Al Jolson | 108k | — |
| Annette Hanshaw | 91k | +2.02% |
| Bessie Smith | 368k | — |
| Alberta Hunter | 46k | — |
| Jo Stafford | 422k | +1.77% |
| Johnny Mercer | 260k | +1.26% |
| Cab Calloway | 422k | +0.70% |
| Ma Rainey | 90k | — |
| Al Bowlly | 366k | +3.49% |
| The Ink Spots | 1.0M | +1.98% |
| Marilyn Monroe | 445k | +1.34% |
| Gene Kelly | 326k | +1.76% |
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