Information about plays

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

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

{
    "id": 3553568,
    "uri": "https://api.kexp.org/v2/plays/3553568/?format=api",
    "airdate": "2025-09-16T00:59:57-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://ia801605.us.archive.org/12/items/mbid-c920414a-2e8e-37f2-af22-b413cbb6fd0d/mbid-c920414a-2e8e-37f2-af22-b413cbb6fd0d-9585056544_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/12/items/mbid-c920414a-2e8e-37f2-af22-b413cbb6fd0d/mbid-c920414a-2e8e-37f2-af22-b413cbb6fd0d-9585056544_thumb250.jpg",
    "song": "Górecki",
    "track_id": "89828591-f5b8-30ef-a2f8-592ff502a932",
    "recording_id": "68d23d10-e639-4678-b584-0462dd1a8a87",
    "artist": "Lamb",
    "artist_ids": [
        "0d4bc6e5-2a3e-4fdf-8bbf-59ad0bc374d7"
    ],
    "album": "Lamb",
    "release_id": "c920414a-2e8e-37f2-af22-b413cbb6fd0d",
    "release_group_id": "ec549861-d879-36f7-b02c-1f0b78c265be",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1997-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples the second movement of Henryk Górecki's Third Symphony, the 'Symphony of Sorrowful Songs'. The song has been featured in numerous TV shows, movies and video game -- and the opening lines were sung by Nicole Kidman in Baz Luhrmann's 2001 film \"Moulin Rouge!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}