Information about plays

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

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

{
    "id": 343399,
    "uri": "https://api.kexp.org/v2/plays/343399/?format=api",
    "airdate": "2019-06-19T09:39:39-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drive, She Said",
    "track_id": "d959fd62-1d58-308a-91bb-cbeecec939df",
    "recording_id": null,
    "artist": "Stan Ridgway",
    "artist_ids": [
        "d2853837-8c5d-40d8-8e59-a0ab9ecc97f7"
    ],
    "album": "Songs That Made This Country Great: The Best of Stan Ridgway",
    "release_id": "605d3f43-9734-3c95-b4d8-8fbcdaeed3b6",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1992-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Just shut up and keep your eyes on the road / And just drive,\" she said...Here's the video from the American multi-instrumentalist singer-songwriter and film and television composer and founding member of the band Wall of Voodoo: https://www.youtube.com/watch?v=OMPStLDUhSA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}