Information about plays

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

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

{
    "id": 379506,
    "uri": "https://api.kexp.org/v2/plays/379506/?format=api",
    "airdate": "2019-09-11T10:04:51-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/1cfbd35a-932a-4e6f-baef-718584f3b480/11355911018-250.jpg",
    "thumbnail_uri": "",
    "song": "New York",
    "track_id": "771e24fb-b601-3c63-a3ba-addd41e35802",
    "recording_id": null,
    "artist": "Blind Pilot",
    "artist_ids": [
        "215f057c-fb64-4b27-abf2-1871e71912d9"
    ],
    "album": "We Are the Tide",
    "release_id": "1cfbd35a-932a-4e6f-baef-718584f3b480",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2011-09-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blind Pilot performed live on KEXP in January of 2017. You Check out their live show here: https://bit.ly/2lK5CD8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}