Information about plays

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

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

{
    "id": 3594822,
    "uri": "https://api.kexp.org/v2/plays/3594822/?format=api",
    "airdate": "2025-12-23T08:44:04-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "https://ia601309.us.archive.org/33/items/mbid-e47e2d4e-f35b-42d3-b649-3ab19b0e8066/mbid-e47e2d4e-f35b-42d3-b649-3ab19b0e8066-6230021166_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/33/items/mbid-e47e2d4e-f35b-42d3-b649-3ab19b0e8066/mbid-e47e2d4e-f35b-42d3-b649-3ab19b0e8066-6230021166_thumb250.jpg",
    "song": "Whiskey Woman",
    "track_id": "c1d4f200-d01a-3030-967c-00875b591bc0",
    "recording_id": "458a9c4a-bca6-484a-860e-2dbc7af2cfae",
    "artist": "Flamin’ Groovies",
    "artist_ids": [
        "c826bda4-4f4f-4746-81ba-5f66ac9c95e5"
    ],
    "album": "Teenage Head",
    "release_id": "e47e2d4e-f35b-42d3-b649-3ab19b0e8066",
    "release_group_id": "9ec6b178-14c4-35e9-b9bd-896aff95c17e",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whiskey Woman is from the San Francisco band Flamin' Groovies' third studio album Teenage Head, released in 1971.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}