Information about plays

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

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

{
    "id": 2677809,
    "uri": "https://api.kexp.org/v2/plays/2677809/?format=api",
    "airdate": "2019-12-25T05:04:29-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea12558a-9394-4fc8-aa4d-0ebad4983f2f/18879137915-250.jpg",
    "thumbnail_uri": "",
    "song": "Everybody’s Coming to My House",
    "track_id": "19bb54fd-c471-4644-b8ae-21df8a0c43a0",
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "American Utopia",
    "release_id": "ea12558a-9394-4fc8-aa4d-0ebad4983f2f",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chatting about his musical Here Lies Love: https://kexp.org/read/2017/4/19/kexp-exclusive-interview-david-byrne-on-here-lies-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}