Information about plays

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

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

{
    "id": 3584746,
    "uri": "https://api.kexp.org/v2/plays/3584746/?format=api",
    "airdate": "2025-11-29T22:24:17-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Man Under My Bed",
    "track_id": null,
    "recording_id": "58d45253-5f91-4df7-8741-6c128e1975f9",
    "artist": "The Nixe",
    "artist_ids": [
        "baa2c038-d9d1-4b1e-93cd-e43d766d5f4b"
    ],
    "album": "The Nixe",
    "release_id": null,
    "release_group_id": "124cf4d0-45a6-4480-bbfc-8fcc2f938416",
    "labels": [
        "Polly Maggoo Records"
    ],
    "label_ids": [
        "2fee8728-a721-428c-8b31-7f4ab1d4c97a"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nixe was a Dutch punk band from the city of Utrecht in the Netherlands. The Nixe was possibly the first all-female punk band in the Netherlands. Their lyrics emphasized women's experiences and were written from a feminist perspective. Although the Nixe played at many women's festivals, they preferred not to be thought of as a politically motivated punk band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}