Information about plays

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

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

{
    "id": 344353,
    "uri": "https://api.kexp.org/v2/plays/344353/?format=api",
    "airdate": "2019-06-21T14:56:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Slippy .NUXX",
    "track_id": "8d956082-fb96-3e9d-a5ec-db0c427acaa2",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Everything, Everything",
    "release_id": "545f2ec0-6556-3ab1-b685-8904aac7d796",
    "release_group_id": null,
    "labels": [
        "Junior Boy’s Own"
    ],
    "label_ids": [],
    "release_date": "2000-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karl Hyde of Underworld said that he wrote \"Born Slippy\" on a night out in London Soho. On the inspiration behind the song he said, \"A drunk sees the world in fragments and I wanted to recreate that. I was inspired by Lou Reed's New York album and Sam Shepard's Motel Chronicles.\" As for the reasoning behind the track title \"Born Slippy\"? It was the name of a greyhound the group had placed a bet on (and won).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}