Information about plays

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

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

{
    "id": 3540234,
    "uri": "https://api.kexp.org/v2/plays/3540234/?format=api",
    "airdate": "2025-08-15T03:43:11-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://ia800304.us.archive.org/13/items/mbid-652b9514-8e34-4bbf-a23d-dd039d868f8f/mbid-652b9514-8e34-4bbf-a23d-dd039d868f8f-35794369590_thumb500.jpg",
    "thumbnail_uri": "https://ia600304.us.archive.org/13/items/mbid-652b9514-8e34-4bbf-a23d-dd039d868f8f/mbid-652b9514-8e34-4bbf-a23d-dd039d868f8f-35794369590_thumb250.jpg",
    "song": "Melody Experiment",
    "track_id": "9b4aab7a-202d-4dd7-9f36-52860d0bea97",
    "recording_id": "931e6ecd-c814-47c5-bf42-865cd2442366",
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Sit Down for Dinner",
    "release_id": "652b9514-8e34-4bbf-a23d-dd039d868f8f",
    "release_group_id": "bf41dab1-2920-4e61-aad7-69d2a42d24bc",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}