| Artist | Listeners | 13-week growth |
|---|---|---|
| KMRU | 52k | +2.76% |
| Tomaga | 68k | — |
| Noveller | 56k | +0.60% |
| Lawrence English | 95k | +1.06% |
| Abul Mogard | 58k | +2.49% |
| Michel Banabila | 45k | +4.35% |
| 36 | 202k | +2.55% |
| Loscil | 338k | +0.60% |
| Experimental Audio Research | 19k | +0.63% |
| zakè | 47k | +7.68% |
| Deaf Center | 252k | +0.44% |
| Rafael Anton Irisarri | 159k | +0.98% |
| Celer | 128k | +2.28% |
| Sarah Davachi | 124k | +1.30% |
| Kreng | 35k | — |
| William Basinski | 434k | +1.13% |
| Ben Frost | 209k | +0.61% |
| Chihei Hatakeyama | 304k | +2.38% |
| Pan•American | 85k | +0.13% |
| Fennesz | 393k | +0.80% |
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