Information about plays

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

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

{
    "id": 3577642,
    "uri": "https://api.kexp.org/v2/plays/3577642/?format=api",
    "airdate": "2025-11-13T11:52:43-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wooly Bully",
    "track_id": null,
    "recording_id": "11a2aa59-e313-4efd-aa44-6bbf4cae568b",
    "artist": "Sam the Sham & the Pharaohs",
    "artist_ids": [
        "e9d7f684-d144-46c4-b411-19effff4defb"
    ],
    "album": "The OSU Tailgate CD, Volume 2: Saturday Afternoon Fever",
    "release_id": null,
    "release_group_id": "e7e1cc5f-7a65-3523-aa45-187c192727b6",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Kim:\n\nMy dad died four years ago. One of my favorite memories of him was from when I was little kid and riding around in his blue truck blasting Wooly Bully by Sam the Sham and the Pharaohs. He loved that song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}