Information about plays

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

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

{
    "id": 3633431,
    "uri": "https://api.kexp.org/v2/plays/3633431/?format=api",
    "airdate": "2026-03-25T08:27:34-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tenderness",
    "track_id": null,
    "recording_id": null,
    "artist": "Tim Robbins",
    "artist_ids": [
        "09b28e35-9ac6-408e-a64e-9130457c9db8"
    ],
    "album": "Bull Durham (movie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Metro–Goldwyn–Mayer, Inc."
    ],
    "label_ids": [
        "d4576f35-f35e-477c-9194-b3f2b4489ebd"
    ],
    "release_date": "1988-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That was Tim Robbins butchering \"Try A Little Tenderness\" on a bus with Kevin Costner in Bull Durham. Also starring, Susan Sarandon of Rocky Horror Fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}