Information about plays

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

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

{
    "id": 356973,
    "uri": "https://api.kexp.org/v2/plays/356973/?format=api",
    "airdate": "2019-07-20T19:48:18-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Going to Die",
    "track_id": "9e56a027-33e5-4f95-a051-f413ed7b5ed5",
    "recording_id": null,
    "artist": "CC Dust",
    "artist_ids": [
        "b2c262ab-0341-4c8e-bd46-0f15957a607e"
    ],
    "album": "CC Dust",
    "release_id": "b868404d-3223-4bf3-a937-9a2d3f74b9e3",
    "release_group_id": null,
    "labels": [
        "Perennial"
    ],
    "label_ids": [
        "9a11d87d-ec6f-4bdb-ba1e-2f304a0ead12"
    ],
    "release_date": "2016-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Olympia, Washington by vocalist/artist/dancer Mary Jane Dunphe (of the energetic punk group Vexx) and bassist/producer David Jacques, CC Dust combine the danceable punk energy of DFA Records artists, the swooping drama of vintage 4AD bands, and lots of melodic New Order-style basslines. Topped off with the sometimes growling, sometimes angelic vocals of Dunphe, the duo has a sound that's firmly grounded in the past, but given a modern recasting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}