Information about plays

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

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

{
    "id": 3581900,
    "uri": "https://api.kexp.org/v2/plays/3581900/?format=api",
    "airdate": "2025-11-23T11:48:53-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "House of the Rising Sun",
    "track_id": null,
    "recording_id": "d3d7922a-c37c-46d8-ab3f-86f6404d5e41",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "At Newport, at The Village Gate, and Elsewhere…",
    "release_id": null,
    "release_group_id": "3518009b-1f6e-3bec-aeff-14aa9289ee50",
    "labels": [
        "Colpix"
    ],
    "label_ids": [],
    "release_date": "1962-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nina at the Village Gate in 1962. Simone later covered the song again on her 1967 studio album Nina Simone Sings the Blues.\nThe oldest known recording is from Appalachian artists Clarence \"Tom\" Ashley and Gwen Foster on September 6, 1933",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}