Information about plays

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

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

{
    "id": 376919,
    "uri": "https://api.kexp.org/v2/plays/376919/?format=api",
    "airdate": "2019-09-05T07:42:00-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio",
    "track_id": "d12d8dfb-8869-4425-be11-3e27765b9ab6",
    "recording_id": null,
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "Radio",
    "release_id": "6872ae64-e1c3-4d3a-9dff-10d7c551869b",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [],
    "release_date": "2016-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvan Esso's Nick Sanborn to the New York Times on how this song came together: \"Once other pieces of the song came into focus we realized we could add contextual weight to the sound by running it through Amelia’s mom’s old Otari reel-to-reel tape machine, which she had recently given us. She used it in the ’70s to cut together these beautiful radio pieces for NPR on everything from mosquitoes to rhubarb. As Amelia pressed her hand against the spinning reels and the pitch fluttered everything felt perfect, two generations of women on the radio coming together through this one sound.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}