Information about plays

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

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

{
    "id": 351623,
    "uri": "https://api.kexp.org/v2/plays/351623/?format=api",
    "airdate": "2019-07-08T08:08:00-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Five",
    "track_id": "6af2ce8b-eb58-4ea2-9015-580d93260dee",
    "recording_id": null,
    "artist": "Dave Brubeck",
    "artist_ids": [
        "de0222a6-e1c4-403d-8b01-3f66d505061b"
    ],
    "album": "Take Five",
    "release_id": "8a2a3547-5896-43e6-9326-2afd533d9049",
    "release_group_id": null,
    "labels": [
        "Universe"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Brubeck (1920-2012), designated a “Living Legend\" during his lifetime by the Library of Congress, was one of the most active and popular musicians in both the jazz and classical worlds. With a career that spanned over six decades, his experiments in odd time signatures, improvised counterpoint, polyrhythm and polytonality remain hallmarks of innovation.:  http://davebrubeck.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}