Information about plays

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

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

{
    "id": 349656,
    "uri": "https://api.kexp.org/v2/plays/349656/?format=api",
    "airdate": "2019-07-03T16:18:09-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/4ea2da09-19d6-4342-94c1-1ac3969ad2e2/23351400472-250.jpg",
    "thumbnail_uri": "",
    "song": "Not the News",
    "track_id": "8fa82422-d286-4121-9727-0cdf97dc675d",
    "recording_id": null,
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "ANIMA",
    "release_id": "4ea2da09-19d6-4342-94c1-1ac3969ad2e2",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coming to the Paramount on October 20th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}