Information about plays

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

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

{
    "id": 3578780,
    "uri": "https://api.kexp.org/v2/plays/3578780/?format=api",
    "airdate": "2025-11-16T01:04:02-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d44e687-367d-41b1-bea0-1ba8472eaf5d/22134628465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d44e687-367d-41b1-bea0-1ba8472eaf5d/22134628465-250.jpg",
    "song": "Bored",
    "track_id": null,
    "recording_id": "4aad2f91-7704-4d04-88ff-dacf891703b8",
    "artist": "Death Angel",
    "artist_ids": [
        "562ff334-c34f-45b0-a519-e5d171482df2"
    ],
    "album": "Frolic Through the Park",
    "release_id": null,
    "release_group_id": "6a0c02b6-d93d-37f6-a6cd-d0ff8b7f4c0c",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1988-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Death Angel will be playing their annual X-Mas Shows at The Fillmore in San Francisco on December 18th and 19th.\n\nhttps://www.deathangel.us/tour\nhttps://www.facebook.com/deathangel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}