Information about plays

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

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

{
    "id": 376156,
    "uri": "https://api.kexp.org/v2/plays/376156/?format=api",
    "airdate": "2019-09-03T17:44:00-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anarchy in the UK",
    "track_id": "bc2a44e2-0897-4d48-95ba-4383b1b6c309",
    "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": "d0c9a767-205b-4b61-a43a-4ef9eca0649c",
    "release_group_id": null,
    "labels": [
        "Universal UMC"
    ],
    "label_ids": [],
    "release_date": "2012-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Steve Jones of the Sex Pistols! As a teen, Jones had fourteen criminal convictions and spent a year in a British juvenile detention center, which he says was more enjoyable than being at home. He's also said the Sex Pistols saved him from a life of crime.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}