Information about plays

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

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

{
    "id": 3635132,
    "uri": "https://api.kexp.org/v2/plays/3635132/?format=api",
    "airdate": "2026-03-29T13:16:57-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3a155d1-909b-4a48-a633-82a373b7a943/14729564254-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3a155d1-909b-4a48-a633-82a373b7a943/14729564254-250.jpg",
    "song": "No Guilt",
    "track_id": null,
    "recording_id": "cd7a7ede-57cb-4f70-9ed2-7fd300455acc",
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "Wasn’t Tomorrow Wonderful?",
    "release_id": null,
    "release_group_id": "2d4272ff-5caf-3f98-b0f8-e67c60ce9587",
    "labels": [
        "P‐VINE RECORDS"
    ],
    "label_ids": [
        "f349f4ac-7fda-4d25-93a9-f148f820e143"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Patty Donahue of The Waitresses, who was born on this day in 1956",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}