Information about plays

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

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

{
    "id": 3546968,
    "uri": "https://api.kexp.org/v2/plays/3546968/?format=api",
    "airdate": "2025-08-31T00:42:35-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/14829749-6415-40b2-b1f6-decf33728e4a/27835719737-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14829749-6415-40b2-b1f6-decf33728e4a/27835719737-250.jpg",
    "song": "Stagnant Pond",
    "track_id": null,
    "recording_id": "7e938cfb-d7e8-4c7c-ad42-9829d613bae3",
    "artist": "Ludicra",
    "artist_ids": [
        "6cdaf09d-ccd8-466f-8972-b5e9cb4c2f52"
    ],
    "album": "The Tenant",
    "release_id": null,
    "release_group_id": "a5d5adf6-f363-4890-9062-3f799916df55",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2010-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Christine in SF\n\nSpinning 2025 Nameless Graves repress  LTD 300 copies.\n\nhttps://namelessgraverecords.com/products/ludicra-the-tenant-2lp-presale\nhttps://www.facebook.com/ludicraband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}