Information about plays

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

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

{
    "id": 366286,
    "uri": "https://api.kexp.org/v2/plays/366286/?format=api",
    "airdate": "2019-08-12T07:04:54-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/88fd750d-1280-4a7a-8d49-8739c99f6db7/3326316906-250.jpg",
    "thumbnail_uri": "",
    "song": "Cigarettes, Wedding Bands",
    "track_id": "9f64f2fb-a290-35eb-8395-cfe8ddee28fe",
    "recording_id": null,
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Cease to Begin",
    "release_id": "88fd750d-1280-4a7a-8d49-8739c99f6db7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.bandofhorses.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}