Information about plays

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

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

{
    "id": 3592642,
    "uri": "https://api.kexp.org/v2/plays/3592642/?format=api",
    "airdate": "2025-12-18T10:05:32-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Heaven (Lady in the Radiator Song)",
    "track_id": "cb61d31e-7c7e-3ac9-bd65-0fee51e97c9b",
    "recording_id": "5d39b445-2cbc-40ce-ae86-5ab1fabaae2f",
    "artist": "David Lynch & Alan R. Splet",
    "artist_ids": [
        "752d58e6-d33f-4dcd-b40c-37acc14242f2",
        "29768c58-358f-474e-adab-3b96677511d4"
    ],
    "album": "Eraserhead: Original Soundtrack Recording",
    "release_id": "7c5203bf-a080-4bed-9dbc-9898f6dfa964",
    "release_group_id": "4e8b3439-6552-3ec4-92ca-3990730c7eff",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2012-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning - you're turned into a special Midday Show with Troy Nelson. Today we're celebrating artists who we lost in 2025. It's a day to celebrate the musicians you know well, and to discover others who contributed to many of your favorite songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}