Information about plays

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

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

{
    "id": 3634858,
    "uri": "https://api.kexp.org/v2/plays/3634858/?format=api",
    "airdate": "2026-03-28T21:34:59-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/83b9ba7f-68ac-4c8f-92b2-65b0a9fc7f92/42707254516-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/83b9ba7f-68ac-4c8f-92b2-65b0a9fc7f92/42707254516-250.jpg",
    "song": "3 Laws (Abolished)",
    "track_id": null,
    "recording_id": "ccfceeda-c54a-4557-9c20-437eb05c1bc0",
    "artist": "Servotron",
    "artist_ids": [
        "4b121498-89a7-4543-8f21-8af78c026bbd"
    ],
    "album": "No Room for Humans",
    "release_id": null,
    "release_group_id": "648fc3d3-7351-3a77-aa0d-8fdab347cb91",
    "labels": [
        "Amphetamine Reptile Records"
    ],
    "label_ids": [
        "0e17e742-057c-4ee8-af67-cf9090089877"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "a request for Kyle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}