Information about plays

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

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

{
    "id": 375854,
    "uri": "https://api.kexp.org/v2/plays/375854/?format=api",
    "airdate": "2019-09-03T04:08:00-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anarchy in the U.K.",
    "track_id": "10311a62-d6d9-4636-90b3-462a02288657",
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "Never Mind the Bollocks Here’s the Sex Pistols",
    "release_id": "b591d9b0-b35f-4ac7-856b-8cfb5c85ca43",
    "release_group_id": null,
    "labels": [
        "Warner Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Steve Jones! The guitarist of the Sex Pistols is celebrating his 64th birthday today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}