Information about plays

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

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

{
    "id": 3428584,
    "uri": "https://api.kexp.org/v2/plays/3428584/?format=api",
    "airdate": "2024-11-22T08:25:07-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put the Message in the Box",
    "track_id": "b820bf94-f12b-3513-a141-72fbfbcd42e6",
    "recording_id": "fc0c5d6b-27fe-46bf-b8a9-549ee4e26ffe",
    "artist": "World Party",
    "artist_ids": [
        "f7691e08-2824-4e40-b126-4e4a20675036"
    ],
    "album": "History of the World Party",
    "release_id": "1f671ed7-3ee8-4a90-b1ad-9e5bf61c9244",
    "release_group_id": "360cbbbe-23f6-3ebb-a3e6-dbd357dc90c7",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, beautiful KEXP people. I woke up this morning singing \"Put the Message in the Box\" by World Party. I think my brain is sending me subliminal messages in my sleep to counteract the anxious nocturnal brain dump. Could you start my Friday off right and please try to play it for all the teachers heading into Friday. Thank you, John, you're THE BEST. ---Steph in Seattle \n--\nR.I.P., musician Karl Wallinger, who died earlier this year at age 66: https://www.theguardian.com/music/2024/mar/13/karl-wallinger-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}