Information about plays

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

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

{
    "id": 3415117,
    "uri": "https://api.kexp.org/v2/plays/3415117/?format=api",
    "airdate": "2024-10-20T14:26:51-07:00",
    "show": 61627,
    "show_uri": "https://api.kexp.org/v2/shows/61627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rain Can’t Reach Us",
    "track_id": "c7eb2f53-5d48-4b88-a19d-057379aef94b",
    "recording_id": "066466c7-7e42-4ed6-88e0-bc77eac1322c",
    "artist": "Yannis & the Yaw feat. Tony Allen",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5",
        "9b8df8fd-b3fa-4e41-8343-363b958b4ae5"
    ],
    "album": "Lagos Paris London",
    "release_id": "69c6cd67-2231-4867-b4d1-2f15adeeda16",
    "release_group_id": "dd78ae4f-6e49-42b7-9101-f1234ee0bc62",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2016, Foals frontman Yannis Philippakis was offered the opportunity of a lifetime: a two-day session working with the great drummer Tony Allen. This collaboration began in 2016 but the recordings were never completed before Tony passed away in April 2020 at the age of 79. Now, they are finished and a five-track EP was released on August 30th. https://yannistheyaw.bandcamp.com/album/lagos-paris-london",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}