Information about plays

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

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

{
    "id": 3547267,
    "uri": "https://api.kexp.org/v2/plays/3547267/?format=api",
    "airdate": "2025-08-31T18:10:49-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/da0953ab-8288-47c9-b5f9-408d174e55d2/38770480191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da0953ab-8288-47c9-b5f9-408d174e55d2/38770480191-250.jpg",
    "song": "Jesus Children Of America",
    "track_id": null,
    "recording_id": "b15971c3-760d-4456-a60f-63479a38ce0b",
    "artist": "Shirley Caesar",
    "artist_ids": [
        "2bb81df0-e9e2-42ee-9708-d30b0c85d946"
    ],
    "album": "Holy Church Of The Ecstatic Soul - A Higher Power: Gospel, Funk & Soul at the Crossroads 1971-83",
    "release_id": null,
    "release_group_id": "15d22b4a-a562-40a0-864c-e265b475a21a",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2023-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shirley Caesar originally included her cover of Stevie Wonder's \"Jesus Children Of America\" on her 1977 album First Lady, but you can find the track on the 2023 compilation album of Holy Church Of The Ecstatic Soul - A Higher Power: Gospel, Funk & Soul at the Crossroads 1971-83.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}