Information about plays

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

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

{
    "id": 369817,
    "uri": "https://api.kexp.org/v2/plays/369817/?format=api",
    "airdate": "2019-08-20T09:32:04-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/c114ee88-1ec5-4d94-af68-c0e35a7e1cea/8067360339-250.jpg",
    "thumbnail_uri": "",
    "song": "Gimme Danger",
    "track_id": "eba3c0da-b584-3c5e-b4da-16e01a8fb9ae",
    "recording_id": null,
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Raw Power",
    "release_id": "c114ee88-1ec5-4d94-af68-c0e35a7e1cea",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Members of The Clash were in attendance when Iggy & The Stooges played London in 1972. Many think of this particular show to be the birthplace of punk!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}