Information about plays

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

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

{
    "id": 3561541,
    "uri": "https://api.kexp.org/v2/plays/3561541/?format=api",
    "airdate": "2025-10-05T06:05:24-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/f101afaa-b2cc-473e-a60b-00e4600e8116/9132213299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f101afaa-b2cc-473e-a60b-00e4600e8116/9132213299-250.jpg",
    "song": "Baleen Morning",
    "track_id": null,
    "recording_id": "79292449-3acb-46b4-8189-044a81a64249",
    "artist": "Balmorhea",
    "artist_ids": [
        "1507b368-e660-4c15-af94-3f5603561045"
    ],
    "album": "Rivers Arms",
    "release_id": null,
    "release_group_id": "d2b98bc0-87f1-36d8-b835-e67bfdc6f821",
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2008-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minimalist instrumental duo from Austin, TX (and a great state park to boot)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}