Information about plays

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

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

{
    "id": 370827,
    "uri": "https://api.kexp.org/v2/plays/370827/?format=api",
    "airdate": "2019-08-22T12:40:31-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/be4ab07a-3749-439d-bfde-615538a4a28f/7313636188-250.jpg",
    "thumbnail_uri": "",
    "song": "Zigzagging Toward the Light",
    "track_id": "6659b953-04c6-4e46-97ba-98c259f6a6da",
    "recording_id": null,
    "artist": "Conor Oberst",
    "artist_ids": [
        "0eee89dc-7d86-4a15-97be-011652c49288"
    ],
    "album": "Upside Down Mountain",
    "release_id": "be4ab07a-3749-439d-bfde-615538a4a28f",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2014-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The talented Conor Oberst is best known for his work in the band Bright Eyes. He has also played in several other bands, including Desaparecidos, The Faint, Commander Venus, Park Ave., Conor Oberst and the Mystic Valley Band, Monsters of Folk, and Better Oblivion Community Center. <br> <br> You can watch him perform with Better Oblivion Community Center live in the KEXP studio from March 2019 here: https://www.youtube.com/watch?v=qf-GEnIXPag",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}