Information about plays

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

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

{
    "id": 353256,
    "uri": "https://api.kexp.org/v2/plays/353256/?format=api",
    "airdate": "2019-07-11T23:45:40-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/88624472-c078-4055-a280-3123640e86f1/10328597831-250.jpg",
    "thumbnail_uri": "",
    "song": "East to West",
    "track_id": "557ec5e9-b8d5-41e9-9e96-b2203cc45b51",
    "recording_id": null,
    "artist": "Yonatan Gat",
    "artist_ids": [
        "5cb41b23-90fe-4228-a439-cb449714f72a"
    ],
    "album": "Director",
    "release_id": "88624472-c078-4055-a280-3123640e86f1",
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2015-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Director is Yonatan Gat's debut full length studio album released in 2015 on Joyful Noise Recordings.\nStylistically the album samples a wide variety of global traditions touch[ing] on everything from bossa nova to soukous,  to \"the psych jazz improv fusion of late period Miles Davis, weirdo Middle Eastern surf rawk and Western African complexities with raging punk rock intensity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}