Information about plays

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

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

{
    "id": 3413139,
    "uri": "https://api.kexp.org/v2/plays/3413139/?format=api",
    "airdate": "2024-10-15T22:42:13-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Floating Parade",
    "track_id": "4a42ad62-19e8-4c8d-a70d-f5195de68c48",
    "recording_id": "b393a388-e03d-4918-b798-8c1aba00431f",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Floating Parade",
    "release_id": "89adc08d-7d36-4023-b436-d681cbf58cb7",
    "release_group_id": "b7d3b018-b11b-4645-ac25-bc368b639169",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2024-07-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Kiwanuka's new album \"Small Changes\" comes out on November 15th.\n\nKiwanuka is touring with Brittany Howard this fall. They are at The Paramount in Seattle tonight, playing The Greek Theatre in Berkeley on October 17th.\n\nhttps://www.michaelkiwanuka.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}