Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3603974/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3603974,
    "uri": "https://api.kexp.org/v2/plays/3603974/?format=api",
    "airdate": "2026-01-13T20:00:14-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aurat (Woman)",
    "track_id": null,
    "recording_id": null,
    "artist": "Niyaz",
    "artist_ids": [
        "174ccc99-0293-436c-8369-fc3a817e6d19"
    ],
    "album": "LIVE at KEXP 2020",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in the KEXP studio February 27, 2020\n\nHere's the video of this track at KEXP: https://tinyurl.com/ydv8kvzu\n\nAnd this is the whole performance: https://tinyurl.com/yc7xvy5k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}