Information about plays

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

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

{
    "id": 3539581,
    "uri": "https://api.kexp.org/v2/plays/3539581/?format=api",
    "airdate": "2025-08-13T11:46:19-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia801409.us.archive.org/20/items/mbid-608cb16a-a2f3-4ee9-bd10-9d96636f65b8/mbid-608cb16a-a2f3-4ee9-bd10-9d96636f65b8-16343781251_thumb500.jpg",
    "thumbnail_uri": "https://ia801409.us.archive.org/20/items/mbid-608cb16a-a2f3-4ee9-bd10-9d96636f65b8/mbid-608cb16a-a2f3-4ee9-bd10-9d96636f65b8-16343781251_thumb250.jpg",
    "song": "Birdhouse in Your Soul",
    "track_id": "caecbaa1-5ae7-48f6-adbd-da59e6454ac0",
    "recording_id": "23ad93f2-8c38-4fcc-ae9e-b67a36ce6fb8",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Flood",
    "release_id": "608cb16a-a2f3-4ee9-bd10-9d96636f65b8",
    "release_group_id": "9eed8bfd-2eb6-3e02-a1ac-8cd9b2628ce6",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They Might Be Giants will be on tour starting in late September!\n\nhttps://www.theymightbegiants.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}