Information about plays

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

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

{
    "id": 3416982,
    "uri": "https://api.kexp.org/v2/plays/3416982/?format=api",
    "airdate": "2024-10-25T04:33:30-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "House Of Self‐Undoing (Boy Harsher remix)",
    "track_id": "8940cf23-7df3-45f0-90e8-d9165a06ddb2",
    "recording_id": "282c0886-deda-4a10-a4da-529502603605",
    "artist": "Chelsea Wolfe",
    "artist_ids": [
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "Undone",
    "release_id": "ebe53cff-7ab7-4223-91ff-989e5eb599e7",
    "release_group_id": "567a6467-dd9f-4767-82fd-bd29000a7af3",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}