Information about plays

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

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

{
    "id": 3429464,
    "uri": "https://api.kexp.org/v2/plays/3429464/?format=api",
    "airdate": "2024-11-24T11:03:58-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/58cf3a7c-5e97-4511-b176-af929cfdb56e/35328404608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58cf3a7c-5e97-4511-b176-af929cfdb56e/35328404608-250.jpg",
    "song": "Stagolee",
    "track_id": null,
    "recording_id": "6986bd61-21c6-4230-99e4-a08d832137af",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Avalon Blues: A Tribute to Mississippi John Hurt",
    "release_id": null,
    "release_group_id": "6a98c001-1f78-3d4c-a2ef-e8951de0d1f7",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [],
    "release_date": "2001-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1994 ; Beck says \"Devil's Haircut\" off of Odelay was his take on the Stagger Lee myth (in addition to this straightforward version) ; https://www.americanbluesscene.com/a-brief-history-of-stagger-lee-and-billy-lyons ; https://www.beck.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}