Information about plays

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

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

{
    "id": 3562804,
    "uri": "https://api.kexp.org/v2/plays/3562804/?format=api",
    "airdate": "2025-10-08T21:14:55-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://ia902906.us.archive.org/10/items/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0-15697866518_thumb500.jpg",
    "thumbnail_uri": "https://ia902906.us.archive.org/10/items/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0/mbid-b3c594b1-0593-43a3-8cf2-b5e352e70db0-15697866518_thumb250.jpg",
    "song": "Song for America",
    "track_id": "1c1fffa9-b7b1-317a-909e-24f45f172a8b",
    "recording_id": "ddea0aca-b8bc-4d78-9339-ab8bae4ab33c",
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "Kaputt",
    "release_id": "b3c594b1-0593-43a3-8cf2-b5e352e70db0",
    "release_group_id": "145e5f9c-7be0-4728-80ed-c5e020b362f1",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-01-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's the FALL DRIVE! kexp.org to donate! You could get a cool tote bag, and other things.\n--\nCheck out a performance from Destroyer at KEXP from a couple years ago: https://www.youtube.com/watch?v=HgZELuZeB2E&t=998s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}