Information about plays

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

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

{
    "id": 3561467,
    "uri": "https://api.kexp.org/v2/plays/3561467/?format=api",
    "airdate": "2025-10-05T01:27:11-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Son of the Creature from the Black Lagoon",
    "track_id": null,
    "recording_id": "66f6b7ad-27f9-4f9e-840c-ce2c8d7cfd1c",
    "artist": "Denial Fiend",
    "artist_ids": [
        "c1f33d32-120a-43f9-9c29-69066c43a80e"
    ],
    "album": "They Rise",
    "release_id": null,
    "release_group_id": "22ec6a21-861b-4992-b8c3-df4e20accd2c",
    "labels": [
        "Ibex Moon Records"
    ],
    "label_ids": [
        "489027bf-7383-4f39-be11-2cd30af86863"
    ],
    "release_date": "2007-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's name comes from the stage name Hellhammer's drummer, Bruce Day, used in his time with the band.\n\nhttps://www.facebook.com/denialfiendband?sk=wall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}