Information about plays

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

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

{
    "id": 3523884,
    "uri": "https://api.kexp.org/v2/plays/3523884/?format=api",
    "airdate": "2025-07-07T11:53:02-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia601502.us.archive.org/34/items/mbid-e339baf0-3459-4ae1-8c84-835097e56491/mbid-e339baf0-3459-4ae1-8c84-835097e56491-41803556932_thumb500.jpg",
    "thumbnail_uri": "https://dn721300.ca.archive.org/0/items/mbid-e339baf0-3459-4ae1-8c84-835097e56491/mbid-e339baf0-3459-4ae1-8c84-835097e56491-41803556932_thumb250.jpg",
    "song": "Yes We Can Can",
    "track_id": "fe65f895-fa67-3354-926c-a79575620fba",
    "recording_id": "97fdf6af-8c0f-4e3f-980a-992b717d42ef",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "The Pointer Sisters",
    "release_id": "e339baf0-3459-4ae1-8c84-835097e56491",
    "release_group_id": "ea1d8b31-108c-3749-bede-73db72362dfd",
    "labels": [
        "Blue Thumb Records"
    ],
    "label_ids": [
        "c7818fff-a16b-4e27-868b-ca3cc5f9f082"
    ],
    "release_date": "1973-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pointer Sisters formed in 1971 in Oakland, CA. \n\n\"Ruth, Anita, Bonnie, and June Pointer grew up in Oakland, California, daughters of a mother and reverend father who encouraged gospel singing and forbade blues and rock & roll.\"\n\nhttps://www.allmusic.com/artist/the-pointer-sisters-mn0000894847#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}