Information about plays

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

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

{
    "id": 382389,
    "uri": "https://api.kexp.org/v2/plays/382389/?format=api",
    "airdate": "2019-09-18T07:13:13-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/59752819-1e3f-4ff5-bad2-7b8fc92b4b18/10335245464-250.jpg",
    "thumbnail_uri": "",
    "song": "Dyslexic Heart",
    "track_id": "41cdbc46-d85a-397e-b414-5901fc3963cd",
    "recording_id": null,
    "artist": "Paul Westerberg",
    "artist_ids": [
        "d558f844-4db0-4bc3-ba22-49ad2ca2722e"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": null,
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The movie \"Singles\" was released on this day back in 1992. Has it really been 27 years? The film was shot at a number of locations around Seattle and includes scenes at Gas Works Park, Capitol Hill, Jimi Hendrix's original grave at Greenwood Memorial Park in Renton and Pike Place Market. http://www.theuncool.com/films/singles/singles-filming-locations-then-and-now/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}