Information about plays

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

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

{
    "id": 378354,
    "uri": "https://api.kexp.org/v2/plays/378354/?format=api",
    "airdate": "2019-09-08T12:34:12-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Both All the Time",
    "track_id": "abb9b485-dba1-44d5-919b-fd8cf9eea641",
    "recording_id": null,
    "artist": "Faye Webster",
    "artist_ids": [
        "ce4a1c08-6912-423f-bf6c-97ce69f5e89f"
    ],
    "album": "Both All the Time",
    "release_id": "ff7eb134-6a9e-47d5-8ff0-a5a658c880c4",
    "release_group_id": null,
    "labels": [
        "Adult Swim Records"
    ],
    "label_ids": [
        "2312bc3d-71bd-4b72-bfb6-54569803615d"
    ],
    "release_date": "2019-08-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atlanta artist Faye Webster released this single as part of the Adult Swim Singles Program. She will be at Barboza on Tuesday October 15. https://www.fayewebster.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}