Information about plays

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

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

{
    "id": 3632773,
    "uri": "https://api.kexp.org/v2/plays/3632773/?format=api",
    "airdate": "2026-03-23T15:11:36-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fade Into You (live 1994)",
    "track_id": null,
    "recording_id": "ee10ff4c-550c-4ce3-b983-8ca6dd99dfc4",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Magic Hour (Live 1994)",
    "release_id": null,
    "release_group_id": "1ec0a4e4-b922-4e7d-b47f-0dcca28da924",
    "labels": [
        "Freefall"
    ],
    "label_ids": [
        "0b0398c1-7843-45ed-b919-d72484ed7d2b"
    ],
    "release_date": "2021-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mazzy Star formed in 1988 from remnants of the band Opal.\n\n\"Fade into You\" was written by Hope Sandoval and David Roback for their second studio album 'So Tonight That I Might See'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}