Information about plays

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

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

{
    "id": 378691,
    "uri": "https://api.kexp.org/v2/plays/378691/?format=api",
    "airdate": "2019-09-09T10:17:28-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance in the Sunshine",
    "track_id": "ff928e23-09be-4c2d-8fb9-6d75d745b95c",
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Dance in the Sunshine / Dub in the Sunshine",
    "release_id": "c441a2a9-1cab-4d3b-a040-0d7f33895427",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"British singer, keyboardist who makes cosmic/tropical pop. Hollie is a former member of the punk/reggae band The Slits.\" This EP was released just a few days ago. Check out more here: https://holliecook.bandcamp.com/album/dance-in-the-sunshine-dub-in-the-sunshine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}