Information about plays

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

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

{
    "id": 356534,
    "uri": "https://api.kexp.org/v2/plays/356534/?format=api",
    "airdate": "2019-07-19T16:40:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Why Why Why Why",
    "track_id": null,
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "5",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two months ago, SAULT shared their first single “We Are The Sun”, followed by “Don’t Waste My Time.”  Now the mysterious band dropped an amazing 14-track debut album with funk and soul infused feel-good alternative rock.   More here: https://infinitblog.com/2019/05/sault-5-album-stream/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}