Information about plays

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

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

{
    "id": 349011,
    "uri": "https://api.kexp.org/v2/plays/349011/?format=api",
    "airdate": "2019-07-02T11:18:21-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/be34969c-12b0-471a-9a0e-9fd25b163b90/23239330285-250.jpg",
    "thumbnail_uri": "",
    "song": "3D Girl",
    "track_id": "20cf7150-e5b1-49b8-b843-5d05f2275f06",
    "recording_id": null,
    "artist": "Stef Chura",
    "artist_ids": [
        "e86c1345-25e1-46cc-94c7-7056d301a7ab"
    ],
    "album": "Midnight",
    "release_id": "be34969c-12b0-471a-9a0e-9fd25b163b90",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stef Chura is going to be at Barboza on Wednesday, July 31st, 2019.  \"Midnight,\" her gritty new album, was recorded and produced by Will Toledo of Car Seat Headrest.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}