Information about plays

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

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

{
    "id": 382926,
    "uri": "https://api.kexp.org/v2/plays/382926/?format=api",
    "airdate": "2019-09-19T10:56:46-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Goodbye",
    "track_id": "dd271524-d056-3eed-b93e-ca74ac6e8e24",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "57109e69-326f-330a-b8b0-df9f6ac42820",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally titled \"Unforgiven\", the video for \"Last Goodbye\" shows Buckley and the rest of the band playing the song on a stage while video was projected onto them and the wall behind them. https://www.youtube.com/watch?v=3MMXjunSx80",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}