Information about plays

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

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

{
    "id": 376710,
    "uri": "https://api.kexp.org/v2/plays/376710/?format=api",
    "airdate": "2019-09-04T20:14:51-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’ll Miss It When It’s Gone",
    "track_id": "c63a17fc-9a5c-4b80-9c42-1717919c2f4f",
    "recording_id": null,
    "artist": "The Skiffle Players",
    "artist_ids": [
        "bb26dc60-bb41-4a3e-a64e-8e16f7863894"
    ],
    "album": "Skiff",
    "release_id": "a14f7778-78f1-4917-a3ae-7e654a268f44",
    "release_group_id": null,
    "labels": [
        "Spiritual Pajamas"
    ],
    "label_ids": [],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed this project with Cass McCombs, Dan Horne, Farmer Dave Scher, and Aaron Sperske ; remembering Neal Casal tonight, who passed away last week, August 26, at the age of 50.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}