Information about plays

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

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

{
    "id": 3415521,
    "uri": "https://api.kexp.org/v2/plays/3415521/?format=api",
    "airdate": "2024-10-21T11:39:58-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Nest",
    "track_id": null,
    "recording_id": "727dd1c8-d40b-44a8-8561-2aeb6cfedd2b",
    "artist": "Jeannie Piersol",
    "artist_ids": [
        "3ff594ff-7c3e-405c-95bf-ced86777757b"
    ],
    "album": "Cadet 45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cadet Concept"
    ],
    "label_ids": [
        "e4971f77-1c0b-4afe-9a8d-b483c0a220e9"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jeannie Piersol is one of the enigmas of the mid-1960s San Francisco rock scene. Though little known, the distinctive singer emerged from the same community to the south of San Francisco that nurtured the principals of The Jefferson Airplane, Grateful Dead, Big Brother and other enabling constituents of the city's future rock meritocracy.\"\n\nhttps://store.acousticsounds.com/index.cfm?get=detail&title_id=191165",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}