Information about plays

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

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

{
    "id": 379577,
    "uri": "https://api.kexp.org/v2/plays/379577/?format=api",
    "airdate": "2019-09-11T14:05:00-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Play Out",
    "track_id": "c335fa8e-5622-4e9e-99fb-d1ad68ba20c5",
    "recording_id": null,
    "artist": "Zola Blood",
    "artist_ids": [
        "e05d5755-101b-4796-befd-705288e690b1"
    ],
    "album": "Infinite Games",
    "release_id": "52bb1d8a-a023-46a7-974b-c6d1db00323e",
    "release_group_id": null,
    "labels": [
        "Pond Life"
    ],
    "label_ids": [],
    "release_date": "2017-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Four-piece indie pop band from London who debuted their album, Infinite Games, in 2017. http://www.zolablood.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}