Information about plays

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

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

{
    "id": 2683213,
    "uri": "https://api.kexp.org/v2/plays/2683213/?format=api",
    "airdate": "2020-01-07T10:30:28-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://coverartarchive.org/release/29314f96-150a-463f-9de2-716117ae8c7e/10117994621-250.jpg",
    "thumbnail_uri": "",
    "song": "Setting Sun",
    "track_id": "4934bb69-6f7c-308c-8595-7489ad23f5d2",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Singles 93-03",
    "release_id": "29314f96-150a-463f-9de2-716117ae8c7e",
    "release_group_id": null,
    "labels": [
        "Freestyle Dust"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During the 1995 Glastonbury Festival, Noel Gallagher, a long term acquaintance of The Chemical Brothers, offered to record with them. Around 12 months later they decided a track they had been working on, which they had done in the style of The Beatles \"Tomorrow Never Knows,\" needed some vocals so they sent a tape of it to Noel. He worked on it overnight and the next day they recorded it with Noel providing the vocals. It gave The Chemical Brothers their first UK #1 and was their first hit in the US.\nThe original working title was \"Tomorrow Never Noels.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}