Information about plays

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

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

{
    "id": 3636269,
    "uri": "https://api.kexp.org/v2/plays/3636269/?format=api",
    "airdate": "2026-04-01T03:07:14-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-1bc51bd4-4531-4ec4-ad7d-8f466c82c1d7/mbid-1bc51bd4-4531-4ec4-ad7d-8f466c82c1d7-10445856929_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-1bc51bd4-4531-4ec4-ad7d-8f466c82c1d7/mbid-1bc51bd4-4531-4ec4-ad7d-8f466c82c1d7-10445856929_thumb250.jpg",
    "song": "Shower Days",
    "track_id": "3b47bc10-9631-323b-9b3d-6187d2a476a1",
    "recording_id": "f9596847-422d-4c57-8784-8f1dd1e5d5ff",
    "artist": "NOFX",
    "artist_ids": [
        "dcaa4f81-bfb7-44eb-8594-4e74f004b6e4"
    ],
    "album": "More Songs About Anger, Fear, Sex, & Death",
    "release_id": "0c98891f-44f2-3d76-bbff-82c081d39b6e",
    "release_group_id": "66d78400-fbf1-3a88-ac45-2678634cd405",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}