taste_drift
Compare your artist listening between two date ranges using play-count share. Identify artists you gained, lost, and held to see how your taste drifted based on your own listening data.
Instructions
Compare artist listening between two date periods (each [start, end] as YYYY-MM-DD) by share of total plays. Returns three lists: gained (no plays in period A, present in B), lost (present in A, none in B), held (present in both, ranked by the biggest change in share). This is how your taste drifted, by your own play counts — not an external trend signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period_a_end | Yes | ||
| period_b_end | Yes | ||
| period_a_start | Yes | ||
| period_b_start | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| held | Yes | ||
| lost | Yes | ||
| gained | Yes | ||
| period_a | Yes | ||
| period_b | Yes |