Information about plays

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

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

{
    "id": 3599808,
    "uri": "https://api.kexp.org/v2/plays/3599808/?format=api",
    "airdate": "2026-01-03T19:52:38-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "TENDER HAND",
    "track_id": "a37b2d62-9272-43f5-96bf-ad060b9f559a",
    "recording_id": "fc31d004-31df-4eb1-ba43-f29aa49c64af",
    "artist": "NONBINARY GIRLFRIEND",
    "artist_ids": [
        "4fa5d4d9-d1ab-444e-a0a3-dfe138904498"
    ],
    "album": "BIG AND KIND",
    "release_id": "5d6a1c14-5838-40ad-b4f5-b0379c78cc0d",
    "release_group_id": "b91a78f8-dc97-4a56-a844-7fd3291fc7a1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Lou and Al in Pioneer Square!\n\n\"NONBINARY GIRLFRIEND. identifying as sad indie pop punk. an opera of feelings. a medicinal sound scape. music to unfold your gender. music for nuance. music to feel.\"\n\nhttps://nonbinarygirlfriend.bandcamp.com/album/big-and-kind",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}