Information about plays

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

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

{
    "id": 2678763,
    "uri": "https://api.kexp.org/v2/plays/2678763/?format=api",
    "airdate": "2019-12-27T12:01:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dr. Feelgood",
    "track_id": "16d4048a-4640-35f2-b32f-6e3358318bde",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Live at Fillmore West",
    "release_id": "02cc3acb-1ad0-4bef-a681-6475779afd9d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1971-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aretha Franklin wasn't sure a show for all the flower children and hippies at San Francisco’s Fillmore Wes would be well-received in 1971, but “All the planets were aligned,” she said in her memoir, “Aretha: From These Roots,” “because when the music came down, it was as real and righteous as any recording I’d ever made.” We couldn't agree more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}