Information about plays

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

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

{
    "id": 382652,
    "uri": "https://api.kexp.org/v2/plays/382652/?format=api",
    "airdate": "2019-09-18T20:52:13-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Can a Poor Man Stand Such Times and Live",
    "track_id": "38f6e4e5-0359-3016-b5bb-2d9afd2f07bc",
    "recording_id": null,
    "artist": "The New Lost City Ramblers",
    "artist_ids": [
        "56e619c0-064f-4ba6-9ce3-c5431d29cadf"
    ],
    "album": "Songs From the Depression",
    "release_id": "b141d13c-086a-4991-a5ab-02b34b202917",
    "release_group_id": null,
    "labels": [
        "Folkways Records"
    ],
    "label_ids": [],
    "release_date": "1959-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A remembrance of John Cohen from fellow musician and archivist/folklorist Nathan Salsburg: https://aquariumdrunkard.com/2019/09/18/all-this-is-a-record-of-my-search-an-appreciation-of-john-cohen-by-nathan-salsburg ;  celebrating John Cohen tonight, who passed away Monday at the age of 87",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}