Information about plays

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

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

{
    "id": 355646,
    "uri": "https://api.kexp.org/v2/plays/355646/?format=api",
    "airdate": "2019-07-17T15:55:59-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/f4783344-6746-4938-b908-16e2c82e7ff9/2045768228-250.jpg",
    "thumbnail_uri": "",
    "song": "Maps",
    "track_id": "820cb54b-d371-37ab-a0d9-1db0826d6b3e",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "f4783344-6746-4938-b908-16e2c82e7ff9",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2003-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for \"Maps\" shows the band playing in an audition in a high school gymnasium, with different light filters changing the color of the room. Karen O's crying in the video was not staged. She explains: \"They were real tears. My boyfriend at the time (Angus Andrew) was supposed to come to the shoot – he was three hours late and I was just about to leave for tour. I didn't think he was even going to come and this was the song that was written for him. He eventually showed up and I got myself in a real emotional state.\" The album’s namesake song title is actually a veiled acronym for “my Angus please stay. https://www.youtube.com/watch?v=oIIxlgcuQRU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}