Information about plays

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

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

{
    "id": 366706,
    "uri": "https://api.kexp.org/v2/plays/366706/?format=api",
    "airdate": "2019-08-13T08:47:08-07:00",
    "show": 6116,
    "show_uri": "https://api.kexp.org/v2/shows/6116/?format=api",
    "image_uri": "http://coverartarchive.org/release/e54dd5f8-9fc7-37ed-ae32-17fcee9f6fea/7941661734-250.jpg",
    "thumbnail_uri": "",
    "song": "Red Right Hand",
    "track_id": "767b0470-57db-39bd-a4f7-2e44f521bd0e",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Let Love In",
    "release_id": "e54dd5f8-9fc7-37ed-ae32-17fcee9f6fea",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1994-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Mick Harvey told Uncut magazine the story of the song: \"'Red Right Hand' is an odd one, 'cos it came out of a jam during some demo-recording in Melbourne. I think Nick, myself, and Thomas Wyndler (drums) were there. Nick was sick of always playing C minor or G minor. His fingers always would go to the same chords on the piano. It's a common problem. He said, 'Ah, play something in a key I don't know.' So I started playing that in B. I thought, 'He won't be able to find that, he won't be able to, you know, dictate.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}