Information about plays

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

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

{
    "id": 365862,
    "uri": "https://api.kexp.org/v2/plays/365862/?format=api",
    "airdate": "2019-08-11T05:23:13-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/4ea2da09-19d6-4342-94c1-1ac3969ad2e2/23351400472-250.jpg",
    "thumbnail_uri": "",
    "song": "Dawn Chorus",
    "track_id": "b1471e9e-5d8e-4c34-a70d-4f67893bbf8d",
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke playing at the Paramount Oct 20th https://bit.ly/2JNRMsQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}