| Artist | Listeners | 13-week growth |
|---|---|---|
| Dżem | 243k | +1.70% |
| Czesław Niemen | 122k | — |
| Perfect | 233k | +1.14% |
| Maanam | 217k | +1.56% |
| Budka Suflera | 156k | +0.91% |
| Republika | 192k | +0.89% |
| Martyna Jakubowicz | 67k | — |
| Kult | 295k | +1.04% |
| Lady Pank | 234k | +1.69% |
| T.Love | 235k | +1.02% |
| Hey | 312k | +0.94% |
| Wilki | 196k | +1.68% |
| Edyta Bartosiewicz | 155k | +0.66% |
| Nosowska | 152k | +0.01% |
| Obywatel G.C. | 82k | +2.69% |
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