Information about plays

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

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

{
    "id": 3569895,
    "uri": "https://api.kexp.org/v2/plays/3569895/?format=api",
    "airdate": "2025-10-25T19:19:51-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gay Bar",
    "track_id": "d91a160d-7843-4c81-8733-bfcebc20bcb7",
    "recording_id": "49f2e01d-d171-4410-ba6a-1fe97553aef3",
    "artist": "The Crystal Furs",
    "artist_ids": [
        "48caf086-1f5d-4eda-8088-91e6aad88959"
    ],
    "album": "Gay Bar",
    "release_id": "756da393-7b35-47bf-8a53-c00125df01e3",
    "release_group_id": "1cefd8f6-2c12-43be-bad6-613c4bf98d2b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-06-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Crystal Furs covering Electric Six!\n\nThe Crystal Furs are a queer indie band from Portland, OR, making tunes about architecture, anxiety, and lesbians.\n\nhttps://crystalfurs.bandcamp.com/track/gay-bar",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}