Information about plays

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

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

{
    "id": 378132,
    "uri": "https://api.kexp.org/v2/plays/378132/?format=api",
    "airdate": "2019-09-07T23:37:00-07:00",
    "show": 6293,
    "show_uri": "https://api.kexp.org/v2/shows/6293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cindy Tells Me",
    "track_id": "0ecd61a8-3389-4416-9675-f27f1c0cee5e",
    "recording_id": null,
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Here Come the Warm Jets",
    "release_id": "5628d365-2a9b-42a7-877f-47c87968b84e",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Eno just released an expanded, remastered edition of his 1983 album Apollo last month. https://www.enoshop.co.uk/news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}