Information about plays

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

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

{
    "id": 3595707,
    "uri": "https://api.kexp.org/v2/plays/3595707/?format=api",
    "airdate": "2025-12-25T06:07:36-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Intend to Spend Christmas Without You",
    "track_id": "03cdc9a8-a853-3627-9a68-4ca3713f64bc",
    "recording_id": "2f3c6624-9bde-432b-8dda-8f79f91b021f",
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "25 Demos",
    "release_id": "0475756a-ac2b-4273-ac97-0a365d5a4df7",
    "release_group_id": "bfda000b-9a9b-3c2d-965f-6cacf113ebea",
    "labels": [
        "Oglio Records"
    ],
    "label_ids": [
        "74009c4e-eebe-4b7a-91d9-6b97537a45a0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Margo Guryan, a native of Far Rockaway in Queens and eventually a student of classical music and jazz, had already had her songs recorded by the likes of Harry Belafonte, Chris Connor, Claudine Longet, Jackie DeShannon, Freda Payne, Anita O’Day and Spanky and Our Gang when she released her now-legendary solo album “Take a Picture” via Bell Records in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}