Information about plays

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

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

{
    "id": 382650,
    "uri": "https://api.kexp.org/v2/plays/382650/?format=api",
    "airdate": "2019-09-18T20:44:00-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lone Prairie",
    "track_id": null,
    "recording_id": null,
    "artist": "The Down Hill Strugglers",
    "artist_ids": [
        "f0c2ccf7-b590-4b83-9272-ec0c868d1637"
    ],
    "album": "Lone Prairie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jalopy Records"
    ],
    "label_ids": [
        "fb42172e-05aa-4c41-b7ce-df7d102d9445"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From this album’s notes: “The Down Hill Strugglers band formed while hanging out at the home of their mutual friend Peter Stampfel of the Holy Modal Rounders, where they also met friend and mentor John Cohen of the New Lost City Ramblers”: https://downhillstrugglers.bandcamp.com/album/lone-prairie ; RIP John Cohen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}