Information about plays

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

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

{
    "id": 3595340,
    "uri": "https://api.kexp.org/v2/plays/3595340/?format=api",
    "airdate": "2025-12-24T11:46:01-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beads of Sweat",
    "track_id": null,
    "recording_id": "0a326fff-038f-4dcc-968f-fe9fc9c47ac7",
    "artist": "Laura Nyro",
    "artist_ids": [
        "bb0a1e95-9444-4a05-a1bb-22b8d7ed7844"
    ],
    "album": "Christmas and the Beads of Sweat",
    "release_id": null,
    "release_group_id": "a06e2586-d5ad-31c3-96eb-9ccd85f414a1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1970-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}