Information about plays

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

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

{
    "id": 348936,
    "uri": "https://api.kexp.org/v2/plays/348936/?format=api",
    "airdate": "2019-07-02T06:45:37-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4cd17a9-36ce-4de4-816b-2221228b69e3/2795587815-250.jpg",
    "thumbnail_uri": "",
    "song": "I'm Waiting for the Man",
    "track_id": "a4b5331d-3071-3c19-8693-d10a0704a272",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Selections from The Velvet Underground: Peel Slowly and See",
    "release_id": "a4cd17a9-36ce-4de4-816b-2221228b69e3",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song is about waiting on a street corner in Harlem, near the intersection of Lexington Avenue and 125th Street, in New York City and purchasing $26 worth of heroin (equivalent to $207 in 2018), sung from the point of view of the purchaser, who has presumably traveled to Harlem from another part of the city; the \"man\" in the title is a drug dealer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}