Information about plays

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

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

{
    "id": 3571881,
    "uri": "https://api.kexp.org/v2/plays/3571881/?format=api",
    "airdate": "2025-10-30T15:50:37-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb03342b-4c4a-41a8-ba4a-bb7760af4e08/16635913542-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb03342b-4c4a-41a8-ba4a-bb7760af4e08/16635913542-250.jpg",
    "song": "Do the Funky Penguin, Part 1",
    "track_id": null,
    "recording_id": "e6cb11bd-7b92-4ecf-98d9-bdffe121eb7c",
    "artist": "Rufus Thomas",
    "artist_ids": [
        "af1f46fe-903c-4bbf-8e20-a3e114343bd0"
    ],
    "album": "Did You Heard Me?",
    "release_id": null,
    "release_group_id": "643a247c-af57-339e-bc48-fdc16223731a",
    "labels": [
        "King of Diggin’"
    ],
    "label_ids": [
        "0e7c7e57-ff76-4e90-9045-2b9cd2345853"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Rufus Thomas's attempt to follow up on his classic \"Do the Funky Chicken.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}