Information about plays

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

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

{
    "id": 352678,
    "uri": "https://api.kexp.org/v2/plays/352678/?format=api",
    "airdate": "2019-07-10T18:54:38-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Law Offices of Dewey, Cheatum, and Howe",
    "track_id": "bee5aeb1-21f6-42d8-aa40-c29d2e0f5b60",
    "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": "Second LP from the modern-day skiffle band ; some live footage at The Troubadour in 2016: https://www.youtube.com/watch?v=H1Zgv5IhVKU ; https://www.facebook.com/skiffleplayers ; https://theskiffleplayers.bandcamp.com/album/skiff",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}