Information about plays

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

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

{
    "id": 3565586,
    "uri": "https://api.kexp.org/v2/plays/3565586/?format=api",
    "airdate": "2025-10-15T20:14:55-07:00",
    "show": 64844,
    "show_uri": "https://api.kexp.org/v2/shows/64844/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d34288d-a05c-4e22-a60d-c659e8ad16ef/29349587457-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d34288d-a05c-4e22-a60d-c659e8ad16ef/29349587457-250.jpg",
    "song": "The Way I Feel",
    "track_id": null,
    "recording_id": "a76c5332-0d0a-4360-91ae-e5c0172520ac",
    "artist": "WITCH",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "WITCH",
    "release_id": null,
    "release_group_id": "c6936830-8619-400b-9b27-b12ed09f4de5",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"WITCH was a Zambian music rock (Zamrock) band formed in the 1970s. Widely seen as the most popular Zambian band of the 1970s, WITCH (an acronym for 'We Intend to Cause Havoc') were formed during Zambia's golden post-independence days, and were headed by Emanuel \"Jagari\" Chanda.\"\n\nhttps://w-i-t-c-h.bandcamp.com/track/the-way-i-feel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}