Information about plays

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

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

{
    "id": 351916,
    "uri": "https://api.kexp.org/v2/plays/351916/?format=api",
    "airdate": "2019-07-09T01:58:00-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Without Wings",
    "track_id": "d49496b7-6c77-45ed-8f3c-08cd1897f70e",
    "recording_id": null,
    "artist": "Whitney Mongé",
    "artist_ids": [
        "a1538c75-7399-48cb-b5a7-4bea442ad2e6"
    ],
    "album": "Carry On",
    "release_id": "7e1935a9-fe59-444d-865b-d43424d2bb00",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-11-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Along with other local shows this summer, Whitney is also performing at the Redmond Arts Festival, Downtown Summer Sounds (Westlake Park), and Summer Meltdown (Darrington, WA).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}