Information about plays

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

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

{
    "id": 3632158,
    "uri": "https://api.kexp.org/v2/plays/3632158/?format=api",
    "airdate": "2026-03-21T22:59:49-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/a44eb35a-689c-4e77-ac0b-fc128f6324c0/43675531586-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a44eb35a-689c-4e77-ac0b-fc128f6324c0/43675531586-250.jpg",
    "song": "I'm Down",
    "track_id": null,
    "recording_id": "64861561-7e61-463f-bd5a-ae4bda9a6bd5",
    "artist": "The Mummies",
    "artist_ids": [
        "0879bdd2-e5a0-4a43-9ba5-8c7c02b65080"
    ],
    "album": "Never Been Caught",
    "release_id": null,
    "release_group_id": "079c0fcc-6e9b-3682-97e1-74bbe80ed3f6",
    "labels": [
        "Telstar Records"
    ],
    "label_ids": [
        "b1803f38-cba9-4695-a937-5bd27bdf443e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I’m Down” also originally by The Beatles, covered here by The Mummies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}