Information about plays

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

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

{
    "id": 3605796,
    "uri": "https://api.kexp.org/v2/plays/3605796/?format=api",
    "airdate": "2026-01-18T01:54:29-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Obsidian Forge",
    "track_id": null,
    "recording_id": "6bc16415-02a5-47d8-bc23-96c9f7d980c9",
    "artist": "Witch Ripper",
    "artist_ids": [
        "3670543c-10dc-4c7f-b906-001f65ec24f5"
    ],
    "album": "The Flight After the Fall",
    "release_id": null,
    "release_group_id": "48eaf8db-d3b9-4f15-b176-07034c438738",
    "labels": [
        "Magnetic Eye Records"
    ],
    "label_ids": [
        "650ac5bb-58f0-4a3e-adca-78676aa86c0c"
    ],
    "release_date": "2023-03-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Witch Ripper will be playing at The Shakedown in Bellingham, WA on January 30th with Mother Crone and Feral Moon.\n\nhttps://www.facebook.com/Witchripper/#\nhttps://witchripper.bandcamp.com/album/the-flight-after-the-fall-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}