Information about plays

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

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

{
    "id": 3589655,
    "uri": "https://api.kexp.org/v2/plays/3589655/?format=api",
    "airdate": "2025-12-11T06:31:25-08:00",
    "show": 65345,
    "show_uri": "https://api.kexp.org/v2/shows/65345/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fishbowl",
    "track_id": "6010a35e-8786-4540-ba7f-e178d7060d40",
    "recording_id": "c2157973-abd2-452b-9a15-1c4bfe0c89c8",
    "artist": "Warren Dunes",
    "artist_ids": [
        "b1cd7f1a-96a9-4990-a991-34b44088a756"
    ],
    "album": "Get Well Soon",
    "release_id": "68e3eec7-cd06-4e03-8bfb-36910781deb7",
    "release_group_id": "559d0db0-1bb6-4271-9379-c6337548563b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-03-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Warren Dunes is playing Seattle's The Crocodile, December 19th!\n\nhttps://warrendunes.bandcamp.com/track/fishbowl\nhttps://www.warrendunesband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}