Information about plays

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

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

{
    "id": 3539313,
    "uri": "https://api.kexp.org/v2/plays/3539313/?format=api",
    "airdate": "2025-08-12T20:51:16-07:00",
    "show": 64273,
    "show_uri": "https://api.kexp.org/v2/shows/64273/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f6f49e3-e192-4c31-bae3-20dfdce3e36d/15142085561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f6f49e3-e192-4c31-bae3-20dfdce3e36d/15142085561-250.jpg",
    "song": "If (We Had Peace Today)",
    "track_id": null,
    "recording_id": "27cbbfb3-4bee-42a3-aef5-0dda2e194ccd",
    "artist": "Harlem River Drive",
    "artist_ids": [
        "037a1bb7-0dde-4368-92be-02f4c282dc31"
    ],
    "album": "Harlem River Drive",
    "release_id": null,
    "release_group_id": "4fae4328-77d0-39e6-85df-bb6268b6a87a",
    "labels": [
        "Roulette"
    ],
    "label_ids": [
        "b432545f-7eb4-4499-8664-aedca1c4d149"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the late great Eddie Palmieri along with his brother Charlie and members of Aretha Franklin’s band, Bernard Purdie and others.\n\nhttps://www.npr.org/2025/08/06/1197084433/eddie-palmieri-latin-jazz-legend-has-died",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}