Information about plays

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

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

{
    "id": 3636298,
    "uri": "https://api.kexp.org/v2/plays/3636298/?format=api",
    "airdate": "2026-04-01T04:16:52-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/047e85db-7297-4ff2-ad05-0420c1552485/21509112643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/047e85db-7297-4ff2-ad05-0420c1552485/21509112643-250.jpg",
    "song": "Stoned in the Bathroom",
    "track_id": null,
    "recording_id": "b1384cf3-bc86-483a-92b7-3d01f731af28",
    "artist": "Chubby Checker",
    "artist_ids": [
        "920febb2-ea05-4339-8a08-17294e60c736"
    ],
    "album": "Chequered!",
    "release_id": null,
    "release_group_id": "5f7e2322-efe0-384d-a6cd-d087b56c35a2",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}