Information about plays

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

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

{
    "id": 3667558,
    "uri": "https://api.kexp.org/v2/plays/3667558/?format=api",
    "airdate": "2026-06-13T21:43:42-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teen Slime",
    "track_id": null,
    "recording_id": "3149b00e-f235-4518-927b-0fdd3dbb48d3",
    "artist": "The Dogs",
    "artist_ids": [
        "aa9bb656-9951-4afa-a67c-81098aa9b52f"
    ],
    "album": "Teen Slime",
    "release_id": null,
    "release_group_id": "6ad7f8c7-094e-4674-aa36-ae70898f428e",
    "labels": [
        "Rave Up"
    ],
    "label_ids": [
        "f2b8927f-19b9-4cb5-a9ce-ca55585abce8"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dogs from Decorah, Iowa, are a legendary, underground proto-punk and garage rock trio formed in 1973.\n\n\nhttps://iowabasementtapes.bandcamp.com/album/rot-n-roll-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}