| Artist | Listeners | 13-week growth |
|---|---|---|
| Guther | 90k | — |
| B. Fleischmann | 152k | — |
| The Notwist | 592k | +0.36% |
| Dntel | 416k | +0.47% |
| Tarwater | 97k | — |
| Javelin | 162k | — |
| Donna Regina | 40k | — |
| Her Space Holiday | 317k | — |
| Au Revoir Simone | 671k | +0.30% |
| Mum | 287k | +0.02% |
| Milosh | 185k | — |
| Isan | 230k | — |
| Electric President | 222k | +0.32% |
| The Books | 585k | +0.67% |
| r mccarthy | 155k | +1.83% |
| Junior Boys | 558k | +0.21% |
| Gustav | 89k | — |
| Telefon Tel Aviv | 429k | +0.71% |
| Stina Nordenstam | 421k | +2.11% |
| I Am Robot and Proud | 131k | — |
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