Information about plays

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

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

{
    "id": 356010,
    "uri": "https://api.kexp.org/v2/plays/356010/?format=api",
    "airdate": "2019-07-18T11:02:48-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "From the Air",
    "track_id": "7a1dc478-207f-35b9-b6fc-a4ac0107896c",
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Talk Normal: The Laurie Anderson Anthology",
    "release_id": "8179bb9b-1a37-4fdc-908c-a7b646cd1eb9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Laura Phillips \"Laurie\" Anderson is an American avant-garde artist, composer, musician and film director whose work spans performance art, pop music, and multimedia projects. Check out their official website!: http://www.laurieanderson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}