| Artist | Listeners | 13-week growth |
|---|---|---|
| Reamonn | 504k | +0.54% |
| Fool's Garden | 456k | +0.10% |
| Michael Learns to Rock | 247k | +2.17% |
| Chris Norman | 285k | +4.04% |
| Black | 438k | +1.40% |
| Chris de Burgh | 860k | +1.32% |
| Texas | 869k | +1.21% |
| Mike & The Mechanics | 460k | +0.04% |
| Laid Back | 374k | +1.60% |
| Rob Thomas | 921k | +1.11% |
| Smokie | 476k | +0.72% |
| Alannah Myles | 614k | +3.30% |
| Haiden Henderson | 158k | +10.25% |
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