Information about plays

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

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

{
    "id": 379472,
    "uri": "https://api.kexp.org/v2/plays/379472/?format=api",
    "airdate": "2019-09-11T08:17:52-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life on a Chain",
    "track_id": "2f375af3-84cb-3984-9c93-6b37860fcd7c",
    "recording_id": null,
    "artist": "Pete Yorn",
    "artist_ids": [
        "3533dea4-218c-4fc9-ab6e-2e3dc0ffde6e"
    ],
    "album": "musicforthemorningafter",
    "release_id": "d8136460-16cb-43da-976c-3ad4dea14e2f",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the 2001 debut album from New Jersey-born singer Pete Yorn. Pete Yorn will perform at The Neptune on Tuesday, October 15, 2019. https://www.stgpresents.org/calendar/5111/an-evening-with-pete-yorn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}