Information about plays

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

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

{
    "id": 3595704,
    "uri": "https://api.kexp.org/v2/plays/3595704/?format=api",
    "airdate": "2025-12-25T06:00:01-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Island",
    "track_id": null,
    "recording_id": "5f0f273c-7de4-4640-8e34-0f7823084ed0",
    "artist": "Ella Fitzgerald",
    "artist_ids": [
        "54799c0e-eb45-4eea-996d-c4d71a63c499"
    ],
    "album": "Ella Wishes You a Swinging Christmas",
    "release_id": null,
    "release_group_id": "7fdfdc43-7793-3df3-8665-45d5e083f213",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1960-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ella Fitzgerald recorded the popular, whimsical Christmas song \"Christmas Island\" for her classic 1960 album Ella Wishes You a Swinging Christmas, featuring lyrics about coconuts instead of turkeys, Santa in a canoe, and tropical holidays, highlighting her versatility in jazz and holiday music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}