| Artist | Listeners | 13-week growth |
|---|---|---|
| Adrian Von Ziegler | 157k | — |
| David Arkenstone | 431k | +1.06% |
| Celestial Aeon Project | 345k | +2.20% |
| Helen Jane Long | 145k | +0.78% |
| Secret Garden | 594k | +0.66% |
| The Piano Guys | 368k | +0.81% |
| Jacob's Piano | 127k | +3.52% |
| Michele McLaughlin | 139k | +0.45% |
| Brian Crain | 217k | +0.80% |
| Philip Wesley | 157k | +0.48% |
| Gavin Luke | 337k | +0.97% |
| Roberto Cacciapaglia | 225k | +0.70% |
| Lucas King | 91k | +3.63% |
| Gabriel Albuquerqüe | 77k | +7.18% |
| Invadable Harmony | 445k | +2.60% |
| Theophany | 66k | +2.16% |
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