Information about plays

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

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

{
    "id": 345902,
    "uri": "https://api.kexp.org/v2/plays/345902/?format=api",
    "airdate": "2019-06-25T09:36:24-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Death in Midsummer",
    "track_id": "1cbd825d-7635-4c8b-983f-24f6f168671b",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Why Hasn't Everything Already Disappeared?",
    "release_id": "ac1678ba-0410-450c-b2ab-1af3d2049207",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's your last chance to win tickets to the Deerhunter show on July 20th with Dirty Projectors!  You can also get tickets here: https://bit.ly/2FxG96Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}