Information about plays

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

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

{
    "id": 343614,
    "uri": "https://api.kexp.org/v2/plays/343614/?format=api",
    "airdate": "2019-06-19T18:52:00-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Good Times Roll",
    "track_id": "348c7938-3752-4e99-a981-eb8ff68b4ff1",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Dr. John's Gumbo",
    "release_id": "fcb3a2d5-cf9c-4671-b3e0-3924894382d1",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official funeral and memorial information for Dr. John this weekend has been announced, including a live broadcast on WWOZ on Saturday of the memorial if you’d like to pay your tribute: https://www.nola.com/entertainment/2019/06/dr-john-memorial-funeral-details-announced.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}