Information about plays

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

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

{
    "id": 3598918,
    "uri": "https://api.kexp.org/v2/plays/3598918/?format=api",
    "airdate": "2026-01-01T18:05:49-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "https://ia601309.us.archive.org/0/items/mbid-67bffab2-20a6-38c2-9434-652b58728556/mbid-67bffab2-20a6-38c2-9434-652b58728556-3370097566_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/0/items/mbid-67bffab2-20a6-38c2-9434-652b58728556/mbid-67bffab2-20a6-38c2-9434-652b58728556-3370097566_thumb250.jpg",
    "song": "In the New Year",
    "track_id": "68b8ecb9-7c07-3948-b185-583952c83679",
    "recording_id": "1ced1c1a-88b7-4b4e-ab73-6ede1ca3a573",
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "You & Me",
    "release_id": "67bffab2-20a6-38c2-9434-652b58728556",
    "release_group_id": "99eeb9b9-1d4c-35a6-acd9-3086f6114a59",
    "labels": [
        "Gigantic Music"
    ],
    "label_ids": [
        "ae168656-8b44-4cda-ad71-e6b3743148ef"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's gonna be a good year! \n\nThe Walkmen performed \"In the New Year\" live for KEXP VIP Club members at Seattle's Triple Door in 2009: https://youtu.be/dpBH1Dx2lI8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}