Information about plays

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

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

{
    "id": 3413141,
    "uri": "https://api.kexp.org/v2/plays/3413141/?format=api",
    "airdate": "2024-10-15T22:51:20-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ankh",
    "track_id": "9ac983dc-fe25-4a34-bc15-55db5256411a",
    "recording_id": "3810c7a8-5c0a-4915-abf2-89cd29d36720",
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Other Structures",
    "release_id": "4d87fbd8-e5c5-4c9f-9218-e3f91b81d9b3",
    "release_group_id": "b1e89983-f63f-4a48-8196-27307723bacc",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Temples are an English rock band, formed in Kettering, England in 2012 by singer and guitarist James Bagshaw and bassist Tom Walmsley. The band's lineup was later completed with the addition of keyboardist and rhythm guitarist Adam Smith and drummer Rens Ottink.\n\nCheck out tour dates here. https://www.templestheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}