Information about plays

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

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

{
    "id": 382648,
    "uri": "https://api.kexp.org/v2/plays/382648/?format=api",
    "airdate": "2019-09-18T20:39:06-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll On Buddy",
    "track_id": null,
    "recording_id": null,
    "artist": "Roscoe Holcomb",
    "artist_ids": [
        "fe6023f7-e015-45cb-9bc4-f3039f76622b"
    ],
    "album": "The High Lonesome Sound",
    "release_id": "297d83bc-ad27-4ad6-b27a-53f7b9964cf6",
    "release_group_id": null,
    "labels": [
        "Folkways Records"
    ],
    "label_ids": [
        "4c119b4a-d398-454a-be5d-96b7aac653bc"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This release of recordings from 1961, 1964, and 1974 is accompanied by photographs by John Cohen, who discovered Roscoe and reportedly coined the phrase \"high lonesome sound\" ; https://folkways.si.edu/roscoe-holcomb/the-high-lonesome-sound/american-folk-old-time/music/album/smithsonian ; https://www.nytimes.com/2019/09/17/arts/music/john-cohen-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}