Information about plays

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

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

{
    "id": 3588013,
    "uri": "https://api.kexp.org/v2/plays/3588013/?format=api",
    "airdate": "2025-12-07T10:31:03-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Man",
    "track_id": "69fb5d08-94e0-3eec-b936-1f5a3fe092e8",
    "recording_id": "6e69ae2d-1f01-430d-97b3-de487f057e9e",
    "artist": "Sam & Dave",
    "artist_ids": [
        "f1d7f1fd-8883-47e9-ad2b-e9ec9ff61aac"
    ],
    "album": "Stax 50th Anniversary Celebration",
    "release_id": "0d4e6a6e-1897-46fa-be5b-91b33e14a012",
    "release_group_id": "1cd9ce56-2e10-31fa-af50-7f4cc7c57f97",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2007-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist\n\n\"Play it, Steve!\"\n\nWritten in 1967 by Isaac Hayes and David Porter, inspired by the aftermath of the 12th Street uprising in Detroit, Michigan in July 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}