Information about plays

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

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

{
    "id": 356867,
    "uri": "https://api.kexp.org/v2/plays/356867/?format=api",
    "airdate": "2019-07-20T12:52:00-07:00",
    "show": 5946,
    "show_uri": "https://api.kexp.org/v2/shows/5946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go!",
    "track_id": null,
    "recording_id": null,
    "artist": "Public Service Broadcasting",
    "artist_ids": [],
    "album": "The Race for Space",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [],
    "release_date": "2015-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 50th Anniversary of the Moon landing! 50 years ago, the first human-made object to touch the Moon was the Soviet Union's Luna 2, on 13 September 1959. The United States' Apollo 11 was the first crewed mission to land on the Moon, on 20 July 1969. We continue to make great strides towards exploration!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}