Information about plays

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

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

{
    "id": 3417023,
    "uri": "https://api.kexp.org/v2/plays/3417023/?format=api",
    "airdate": "2024-10-25T07:08:29-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild God",
    "track_id": "7fd76097-f98b-4621-bf00-9fc10e690f60",
    "recording_id": "cff41f73-9f5f-4d26-9de2-9650e1fe5698",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Wild God",
    "release_id": "bb446638-9ffa-4dfd-bb53-d00c0b19b360",
    "release_group_id": "3e9d0f57-200f-41eb-ac50-bb2073bb265b",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2024-03-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Cave is performing:\n--in Seattle at The Paramount Theatre on Monday, May 12th, 2025\n--in SF at the Bill Graham Civic Auditorium on Wednesday, May 14th, 2025\n--\nHere's an August interview with Nick Cave about grief, joy, and his great new album (his 18th), \"Wild God\": https://www.gq.com/story/nick-cave-talks-grief-joy-and-wild-god",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}