Information about plays

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

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

{
    "id": 352157,
    "uri": "https://api.kexp.org/v2/plays/352157/?format=api",
    "airdate": "2019-07-09T15:27:26-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/98d6d2b9-d173-3313-a5d9-c740753c1a66/1951275113-250.jpg",
    "thumbnail_uri": "",
    "song": "Queen Bitch",
    "track_id": "4094f53b-1b6d-3eb0-9065-de0cbb36950e",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "98d6d2b9-d173-3313-a5d9-c740753c1a66",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bowie was a great Velvet Underground fan and wrote the song in tribute to the band and Lou Reed. He recorded a studio cover of Reed's \"I'm Waiting for the Man\" in 1967 (which remains unissued), as well as live versions, which may be heard on Bowie at the Beeb and on Live Nassau Coliseum '76 (in the 2010 special edition and deluxe edition re-issues of Station to Station).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}