Information about plays

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

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

{
    "id": 374786,
    "uri": "https://api.kexp.org/v2/plays/374786/?format=api",
    "airdate": "2019-08-31T09:16:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The System Dub",
    "track_id": "5a5db00c-547e-4e62-a5d5-017073978815",
    "recording_id": null,
    "artist": "Zion I Kings",
    "artist_ids": [
        "8dc74d67-5c99-4558-9a4f-9166fb4a21c5"
    ],
    "album": "Digital Ancient Dub",
    "release_id": "2ac2311f-4cdf-4ee1-845d-c428c4fb2778",
    "release_group_id": null,
    "labels": [
        "Lustre Kings"
    ],
    "label_ids": [],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zion I Kings are in a deep dub dimension on Digital Ancient Dub, the third installment in their dub album series. Pushing the classic reggae dub genre with a unique take on dubbing original tracks without vocal drops as well as some with, featuring a cast of renowned artists from the Zion I Kings vaults. https://open.spotify.com/album/2vXxHdndReSw1wt3YA326m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}