Information about plays

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

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

{
    "id": 377955,
    "uri": "https://api.kexp.org/v2/plays/377955/?format=api",
    "airdate": "2019-09-07T13:09:11-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/c1aa80e1-659b-4d0f-9c76-1589a535567c/15393773222-250.jpg",
    "thumbnail_uri": "",
    "song": "Undertow",
    "track_id": "e630787d-25df-3410-8ab7-0d8be4ebffeb",
    "recording_id": null,
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Long Distance",
    "release_id": "c1aa80e1-659b-4d0f-9c76-1589a535567c",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2001-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ivy is an indie pop band composed of the trio, Andy Chase, Adam Schlesinger, and Dominique Durand. Ivy's sound can be recognized by their \"shimmery\" vintage pop french influences. https://bit.ly/2lC2Cc2.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}