| Artist | Listeners | 13-week growth |
|---|---|---|
| James Last | 214k | +1.92% |
| Richard Clayderman | 224k | +0.76% |
| Paul Mauriat | 197k | +0.06% |
| Franck Pourcel | 73k | +1.15% |
| Bert Kaempfert | 174k | +0.89% |
| 101 Strings Orchestra | 92k | +1.39% |
| Billy Vaughn | 102k | — |
| Gheorghe Zamfir | 193k | — |
| Ray Conniff | 207k | +0.60% |
| Beegie Adair | 261k | +0.88% |
| Herb Alpert | 286k | +3.67% |
| Los indios tabajaras | 71k | — |
| Herb Alpert and the Tijuana Brass | 92k | +0.25% |
| Francis Lai | 541k | +2.94% |
| Perry Como | 1.6M | +0.51% |
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