Information about plays

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

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

{
    "id": 3607037,
    "uri": "https://api.kexp.org/v2/plays/3607037/?format=api",
    "airdate": "2026-01-21T02:43:18-08:00",
    "show": 65712,
    "show_uri": "https://api.kexp.org/v2/shows/65712/?format=api",
    "image_uri": "https://ia601907.us.archive.org/0/items/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f-4462754181_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/0/items/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f/mbid-89b84d6b-2067-4179-8478-ea3e24ddcb9f-4462754181_thumb250.jpg",
    "song": "Such Great Heights",
    "track_id": "08f3caed-1379-32b8-85d4-23dc582dc169",
    "recording_id": "276942c0-bbad-4e14-ac8e-6be5154c2d1a",
    "artist": "The Postal Service",
    "artist_ids": [
        "299278d3-25dd-4f30-bae4-5b571c28034d"
    ],
    "album": "Give Up",
    "release_id": "89b84d6b-2067-4179-8478-ea3e24ddcb9f",
    "release_group_id": "ee51d41d-d337-3ce1-b72c-3f40e1973e2b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003, The Postal Service released the lead single “Such Great Heights” from their debut album, Give Up. The album came out on Feb. 18, 2003. Watch Ben Gibbard perform \"Such Great Heights\" in the KEXP studio in 2018: https://www.youtube.com/watch?v=qDQq0k_cLLo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}