| Artist | Listeners | 13-week growth |
|---|---|---|
| Bob Crosby And The Bobcats | 35k | +0.37% |
| Bobby Darin | 1.4M | +1.80% |
| Dean Martin | 3.0M | +0.98% |
| Helen Forrest | 128k | +2.00% |
| Seth MacFarlane | 310k | +1.09% |
| Al Martino | 243k | +1.15% |
| Frank Sinatra | 5.0M | +1.60% |
| Peggy Lee | 1.6M | +1.21% |
| Glenn Miller | 987k | +1.42% |
| Matt Monro | 276k | +1.12% |
| Johnny Mercer | 260k | +1.26% |
| Jack Jones | 278k | — |
| Perry Como | 1.6M | +0.51% |
| Paul Anka | 1.4M | +4.89% |
| Mel Tormé | 737k | +1.22% |
| Louis Prima | 803k | +1.31% |
| Glenn Miller Orchestra | 179k | +3.53% |
| Kay Kyser | 97k | +2.38% |
| Fred Astaire | 553k | +0.99% |
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