| Artist | Listeners | 13-week growth |
|---|---|---|
| Annette Hanshaw | 91k | +2.02% |
| Helen Kane | 48k | — |
| Fred Astaire | 553k | +0.99% |
| Johnny Mercer | 260k | +1.26% |
| Gene Kelly | 326k | +1.76% |
| Al Bowlly | 366k | +3.49% |
| Bessie Smith | 368k | — |
| Fletcher Henderson | 128k | +0.41% |
| Bing Crosby | 2.1M | +0.36% |
| The Andrews Sisters | 599k | +0.93% |
| Vic Damone | 301k | +0.57% |
| Helen Forrest | 128k | +2.00% |
| Benny Goodman | 757k | +1.16% |
| Glenn Miller | 987k | +1.42% |
| Jimmy Dorsey | 97k | +1.40% |
| Cliff Edwards | 174k | +2.29% |
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