Information about plays

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

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

{
    "id": 3640229,
    "uri": "https://api.kexp.org/v2/plays/3640229/?format=api",
    "airdate": "2026-04-10T09:02:15-07:00",
    "show": 66414,
    "show_uri": "https://api.kexp.org/v2/shows/66414/?format=api",
    "image_uri": "https://coverartarchive.org/release/74588c69-c927-4c91-87d7-b9bffcc42d9e/15417337639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74588c69-c927-4c91-87d7-b9bffcc42d9e/15417337639-250.jpg",
    "song": "(I’m) Stranded",
    "track_id": null,
    "recording_id": "63b33fcf-c0f4-4150-9a80-a34dc92a02ac",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "(I’m) Stranded",
    "release_id": null,
    "release_group_id": "13bc9234-9495-3dee-a803-dc6e54386837",
    "labels": [
        "EMI Music Australia"
    ],
    "label_ids": [
        "782f5891-6952-4960-9664-3d08a07dfdb2"
    ],
    "release_date": "1977-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Saints was a punk-rock band formed in 1974 in Brisbane, Australia. Their musical inspiration came from sources as diverse as 1950s rock 'n' roll and 1960s Detroit punk band The Stooges.\n--\nR.I.P., Chris Bailey, the Australian singer who, with his band The Saints, introduced Australia to punk rock. He died in 2022 at age 65: https://www.nytimes.com/2022/04/25/arts/music/chris-bailey-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}