Information about plays

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

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

{
    "id": 379560,
    "uri": "https://api.kexp.org/v2/plays/379560/?format=api",
    "airdate": "2019-09-11T13:09:07-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5/13892804223-250.jpg",
    "thumbnail_uri": "",
    "song": "Casper, The Friendly Ghost",
    "track_id": "a85d7b19-33ef-37af-a1e8-006168500d83",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Welcome to My World: The Music of Daniel Johnston",
    "release_id": "1902c0d2-8d45-4eb4-b23b-9a8195b9fbd5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Devil and Daniel Johnston is a documentary made in 2005 that captures Johnston's life from childhood up to the present. The film focuses on his experiences with mental illness, namely bipolar disorder, and how it manifested into self-obsession.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}