Information about plays

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

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

{
    "id": 3637993,
    "uri": "https://api.kexp.org/v2/plays/3637993/?format=api",
    "airdate": "2026-04-05T00:39:44-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1915bff-3948-49f9-95af-384ea6b16833/7240661232-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1915bff-3948-49f9-95af-384ea6b16833/7240661232-250.jpg",
    "song": "Only Ashes Remain",
    "track_id": null,
    "recording_id": "797bbd18-3ebf-4152-af21-81344edf5dd4",
    "artist": "Dead Congregation",
    "artist_ids": [
        "0dd3b052-3169-4b24-9327-b59d16c3de63"
    ],
    "album": "Promulgation of the Fall",
    "release_id": null,
    "release_group_id": "11333384-891f-4f78-ba57-60bf0bb0d44c",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2014-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dead Congregation is currently touring Australia.\n\nhttps://www.facebook.com/deadcongregation\nhttps://deadcongregation.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}