Information about plays

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

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

{
    "id": 3598921,
    "uri": "https://api.kexp.org/v2/plays/3598921/?format=api",
    "airdate": "2026-01-01T18:20:20-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jump Into the Fire",
    "track_id": "16af2079-91a6-4df0-8bc9-3bddb6da844e",
    "recording_id": "817592c6-c067-449e-8084-7d5c96911fb8",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Segall Smeagol",
    "release_id": "96333242-6da4-4615-bd3c-b11c30b71649",
    "release_group_id": "9000e0f2-193a-421c-bdc2-aebf94f011d6",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2020-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jump into the Fire\" is a song by Harry Nilsson from his 1971 album, Nilsson Schmilsson. Ty Segall has long been a fan of Nilsson’s work. The six-song EP, Segall Smeagol, consisting of Segall's covers of Nilsson's songs, is available for free download here: https://tysegall.bandcamp.com/album/segall-smeagol",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}