Information about plays

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

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

{
    "id": 349715,
    "uri": "https://api.kexp.org/v2/plays/349715/?format=api",
    "airdate": "2019-07-03T18:47:03-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Get Ready",
    "track_id": null,
    "recording_id": null,
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Gonzo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RockBeat Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live in 1976 ; video of The Impressions doing this song (written by Curtis Mayfield) live at the MLK Memorial Dedication Concert in Washington DC in 2011: http://www.youtube.com/watch?v=F36ow18Ts6A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}