Information about plays

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

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

{
    "id": 376717,
    "uri": "https://api.kexp.org/v2/plays/376717/?format=api",
    "airdate": "2019-09-04T20:47:24-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Burn",
    "track_id": null,
    "recording_id": null,
    "artist": "GospelbeacH",
    "artist_ids": [
        "76d6fc20-02e2-4520-8003-a225bd1d988a"
    ],
    "album": "Let It Burn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Alive Records"
    ],
    "label_ids": [
        "4f086bbd-94fc-4957-b5b2-f56e05191aaf"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The upcoming release Neal Casal played on, with his Beachwood Sparks mates Brent Rademaker and Tom Sanford, plus Watson Twins’ Kip Boardman and Jason Soda. This will sadly now be a posthumous release for Neal, who passed away last week. Rest in peace, Neal. https://www.theaquarian.com/2019/09/04/in-memoriam-neal-casal-1968-2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}