Information about plays

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

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

{
    "id": 355680,
    "uri": "https://api.kexp.org/v2/plays/355680/?format=api",
    "airdate": "2019-07-17T17:53:29-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b/12777364063-250.jpg",
    "thumbnail_uri": "",
    "song": "Exit 353",
    "track_id": "ea20ac77-6211-47e2-8d41-3a6292bb1969",
    "recording_id": null,
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "Visions of Us on the Land",
    "release_id": "9e19ffbe-4a60-46ec-be1d-ea0b3f8f0a1b",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Damien Jurado will be playing two nights here in Seattle at the Tractor Tavern Thursday & Friday, October 3rd & 4th. The Friday night show is SOLD OUT. Here is info on the Thursday show: https://bit.ly/2Sl3fCP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}