Information about plays

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

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

{
    "id": 343136,
    "uri": "https://api.kexp.org/v2/plays/343136/?format=api",
    "airdate": "2019-06-18T21:36:44-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sorry Is Gone",
    "track_id": "7efcf1ac-5869-458a-b487-1817ffe19d6d",
    "recording_id": null,
    "artist": "Jessica Lea Mayfield",
    "artist_ids": [
        "c30774c8-0bfe-490c-9619-1999908b0fe7"
    ],
    "album": "Sorry Is Gone",
    "release_id": "504f3b0c-aac5-4743-8f22-80324a349aa2",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Jessica Lea Mayfield perform songs off \"Sorry Is Gone\" in her 2018 KEXP In-Studio. https://www.youtube.com/watch?v=2DZ3BHgFLaM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}