| Artist | Listeners | 13-week growth |
|---|---|---|
| Jack Jones | 278k | — |
| Dean Martin | 3.0M | +0.98% |
| Al Martino | 243k | +1.15% |
| Wayne Newton | 307k | +1.54% |
| Engelbert Humperdinck | 684k | +3.12% |
| Perry Como | 1.6M | +0.51% |
| Frank Sinatra | 5.0M | +1.60% |
| Vic Damone | 301k | +0.57% |
| Bobby Darin | 1.4M | +1.80% |
| Domenico Modugno | 212k | — |
| Andy Williams | 1.9M | +0.30% |
| Tony Bennett | 1.8M | +0.68% |
| Johnny Mathis | 911k | +0.58% |
| Matt Monro | 276k | +1.12% |
| Nat King Cole | 3.1M | +0.93% |
| Sammy Davis, Jr. | 331k | +0.09% |
| Bobby Vinton | 634k | +1.88% |
| Jo Stafford | 422k | +1.77% |
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