Information about plays

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

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

{
    "id": 3611657,
    "uri": "https://api.kexp.org/v2/plays/3611657/?format=api",
    "airdate": "2026-01-31T23:24:59-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/23e9f861-db2b-4e20-98df-2a6310642197/15769483374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23e9f861-db2b-4e20-98df-2a6310642197/15769483374-250.jpg",
    "song": "On a Pale Horse (live)",
    "track_id": null,
    "recording_id": "176175b0-d030-4d1a-be9e-c7508aaee538",
    "artist": "Damnation A.D.",
    "artist_ids": [
        "52ae8d28-e8f6-4ac5-8653-c9ffcc0bfc0f"
    ],
    "album": "Misericordia",
    "release_id": null,
    "release_group_id": "111b6daf-1b4b-3d55-9c59-a51ac092e296",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2017, Damnation A.D.  released a cover album of Pornography, originally recorded by The Cure.\n\nhttps://hecticrecs.bandcamp.com/album/pornography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}