Information about plays

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

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

{
    "id": 3633904,
    "uri": "https://api.kexp.org/v2/plays/3633904/?format=api",
    "airdate": "2026-03-26T13:27:40-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/14141987-9129-4621-a2c4-c10e6695deba/36411870533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14141987-9129-4621-a2c4-c10e6695deba/36411870533-250.jpg",
    "song": "Shake Your Head",
    "track_id": null,
    "recording_id": "226264fe-a370-4089-821e-ada04b9d04a0",
    "artist": "Was (Not Was) feat. Kim Basinger & Ozzy Osbourne",
    "artist_ids": [
        "8e70a186-e64b-4003-bae1-f2f93da013ce",
        "c476d437-0a95-4819-86c8-fd63b93b5f55",
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Born to Laugh at Tornadoes",
    "release_id": null,
    "release_group_id": "b2efb2ee-aa7e-3922-b44c-fe89eafebdbb",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Was (Not Was) was founded in 1979 in Detroit, Michigan by David Weiss and Don Fagenson, who adopted the stage names David Was and Don Was.\n--\nThis original song featured Ozzy Osbourne on vocals. Did you know that Madonna auditioned for the vocal part, but her work was not used?  The original came out in 1983, but the song was re-recorded in 1992 with Kim Basinger singing alon with a re-recorded Ozzy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}