Information about plays

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

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

{
    "id": 3543943,
    "uri": "https://api.kexp.org/v2/plays/3543943/?format=api",
    "airdate": "2025-08-23T22:02:43-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/b757b61c-38e6-4896-be84-c8e2bad29787/33108661935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b757b61c-38e6-4896-be84-c8e2bad29787/33108661935-250.jpg",
    "song": "Monuments to Thieves",
    "track_id": null,
    "recording_id": "c5469468-6707-4205-a875-0f0384f5f6c1",
    "artist": "His Hero Is Gone",
    "artist_ids": [
        "fecd5da2-d4b1-4458-8626-dd0eb1f5cdf1"
    ],
    "album": "Monuments to Thieves",
    "release_id": null,
    "release_group_id": "9ab256b0-5716-3b46-89ad-b3536f838642",
    "labels": [
        "Prank"
    ],
    "label_ids": [
        "c059b932-3525-4b01-88ce-a54155345ca6"
    ],
    "release_date": "1997-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Chris in Tacoma\n\nGuitarist and vocalist, Todd Burdette went on to form Tragedy after His Hero is Gone disbanded in 1999.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}