Information about plays

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

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

{
    "id": 346042,
    "uri": "https://api.kexp.org/v2/plays/346042/?format=api",
    "airdate": "2019-06-25T16:45:31-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Life Worth Living",
    "track_id": "bbcfdf22-04d0-4b0b-b5b7-5d8697d4abe1",
    "recording_id": null,
    "artist": "Flowering Inferno, U-Roy & Alice Russell",
    "artist_ids": [
        "801c3dbb-bd1f-444f-9230-651780f5b4ae"
    ],
    "album": "1000 Watts",
    "release_id": "39df3d7c-aaa9-4feb-a8da-1118c2a839be",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2016-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album from the tropical dub-infused Quantic Presenta Flowering Inferno project, ‘1000 Watts’ sees musical explorer Will “Quantic” Holland making a more concerted foray into pure reggae-roots territory.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}