Information about plays

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

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

{
    "id": 3543442,
    "uri": "https://api.kexp.org/v2/plays/3543442/?format=api",
    "airdate": "2025-08-22T19:21:28-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/795c7422-dbd5-46d7-894e-92d0e89d525f/20006647019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/795c7422-dbd5-46d7-894e-92d0e89d525f/20006647019-250.jpg",
    "song": "Road Song",
    "track_id": null,
    "recording_id": "e30d165d-11ea-4c1c-8ef9-afd4de9f73eb",
    "artist": "Ikebe Shakedown",
    "artist_ids": [
        "55008116-f7aa-4f68-b713-b6c947f7d43c"
    ],
    "album": "The Beast b/w Road Song",
    "release_id": null,
    "release_group_id": "af3880a5-ea17-420c-8978-92dd04ad86ec",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ikebe Shakedown is a Brooklyn-based, seven-piece instrumental band that formed in 2008, creating a unique blend of 1970s African funk, soul, and jazz, often described as \"cinematic soul\" or \"hard-hitting Afro-funk\". The band is known for its tight, horn-driven sound and features a four-man rhythm section and a three-member horn trio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}