Information about plays

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

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

{
    "id": 3590832,
    "uri": "https://api.kexp.org/v2/plays/3590832/?format=api",
    "airdate": "2025-12-14T00:22:22-08:00",
    "show": 65373,
    "show_uri": "https://api.kexp.org/v2/shows/65373/?format=api",
    "image_uri": "https://coverartarchive.org/release/5613969f-8bd0-4694-ba09-f20f14fafc2e/23535617013-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5613969f-8bd0-4694-ba09-f20f14fafc2e/23535617013-250.jpg",
    "song": "Ceremony of the Seventh Circle",
    "track_id": null,
    "recording_id": "8bc0ca60-0b09-43db-9069-bff25d54016a",
    "artist": "Vital Remains",
    "artist_ids": [
        "39977a2d-659a-43e6-b2ad-0c33687624f7"
    ],
    "album": "Let Us Pray",
    "release_id": null,
    "release_group_id": "c038021f-5e11-39ef-8264-5a7659447336",
    "labels": [
        "Peaceville"
    ],
    "label_ids": [
        "8d4c9b9a-05cb-4eec-a354-62638559b717"
    ],
    "release_date": "1992-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Providence, Rhode Island\nhttps://peaceville.bandcamp.com/album/let-us-pray",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}