Information about plays

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

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

{
    "id": 345167,
    "uri": "https://api.kexp.org/v2/plays/345167/?format=api",
    "airdate": "2019-06-23T13:01:11-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/c56de348-d34b-4b07-8de3-9d61fcacf4ed/6598973208-250.jpg",
    "thumbnail_uri": "",
    "song": "Dossier",
    "track_id": "7257a90b-23bc-4734-8ab5-7194beb4f1d2",
    "recording_id": null,
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Blank Project",
    "release_id": "c56de348-d34b-4b07-8de3-9d61fcacf4ed",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2014-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch Neneh Cherry at Pitchfork on July 19 and with Ben Harper at the Hollywood Bowl on September 11. https://www.facebook.com/nenehcherryofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}