Information about plays

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

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

{
    "id": 3584657,
    "uri": "https://api.kexp.org/v2/plays/3584657/?format=api",
    "airdate": "2025-11-29T19:10:36-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady In The Black Hat",
    "track_id": null,
    "recording_id": "7c7e18e8-3eea-49e9-95ce-a3663c80ddb6",
    "artist": "Obrador",
    "artist_ids": [
        "8283ce0c-189e-4af1-b71b-c9458463bb6a"
    ],
    "album": "San Francisco, CA 1983",
    "release_id": null,
    "release_group_id": "7494e8fc-81b2-4521-8011-8c54d59533f8",
    "labels": [
        "Green Monkey Records"
    ],
    "label_ids": [
        "0575bb8e-7938-4128-b26c-779c3012fe33"
    ],
    "release_date": "2023-05-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Olympia jazz/dance band Obrador! This is from a recently unearthed live recording of the band from back in 1983.\n\nhttps://obrador.bandcamp.com/album/san-francisco-ca-1983",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}