Information about plays

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

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

{
    "id": 3570194,
    "uri": "https://api.kexp.org/v2/plays/3570194/?format=api",
    "airdate": "2025-10-26T10:38:20-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e50b6b0-47b4-45d1-8774-419b71f4fabc/12974672546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e50b6b0-47b4-45d1-8774-419b71f4fabc/12974672546-250.jpg",
    "song": "The Zombie",
    "track_id": null,
    "recording_id": "e12cda2a-7f00-4af8-9c00-9dc1de3a2898",
    "artist": "C.W. Stoneking",
    "artist_ids": [
        "22a94cd7-cb1f-4b67-9be6-46d465ffc787"
    ],
    "album": "Gon’ Boogaloo",
    "release_id": null,
    "release_group_id": "0884652f-218d-4ea3-925a-bb1a23c7e851",
    "labels": [
        "King Hokum Records"
    ],
    "label_ids": [
        "833a2e80-88c9-43f2-b7a3-150f51bbe0d4"
    ],
    "release_date": "2014-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on the Australian’s own King Hokum label\nhttps://www.cwstoneking.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}