Information about plays

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

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

{
    "id": 3594926,
    "uri": "https://api.kexp.org/v2/plays/3594926/?format=api",
    "airdate": "2025-12-23T14:25:10-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "https://ia800500.us.archive.org/30/items/mbid-01a59ee9-4988-44ec-9b20-0d411b3137b9/mbid-01a59ee9-4988-44ec-9b20-0d411b3137b9-6409661453_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/30/items/mbid-01a59ee9-4988-44ec-9b20-0d411b3137b9/mbid-01a59ee9-4988-44ec-9b20-0d411b3137b9-6409661453_thumb250.jpg",
    "song": "Soul Meets Body",
    "track_id": "b38e8f18-7735-3973-b08f-53e14f9bbbb8",
    "recording_id": "4e17b118-70a6-4c1f-b326-b4ce91fd3fad",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Plans",
    "release_id": "01a59ee9-4988-44ec-9b20-0d411b3137b9",
    "release_group_id": "bc7630eb-521a-3312-a281-adfb8c5aac7d",
    "labels": [
        "Atlantic",
        "Barsuk Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2006-06-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Anne!\n\nDeath Cab for Cutie played two shows at Climate Pledge Arena this past year commemorating of the 20th anniversary of this album, \"Plans.\" https://www.deathcabforcutie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}