Information about plays

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

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

{
    "id": 3635293,
    "uri": "https://api.kexp.org/v2/plays/3635293/?format=api",
    "airdate": "2026-03-29T19:22:10-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "https://coverartarchive.org/release/3abcf346-8a75-4db5-8b66-92b0c3d5ea41/20544228094-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3abcf346-8a75-4db5-8b66-92b0c3d5ea41/20544228094-250.jpg",
    "song": "Dis Go Dis Way, Dis Go Dat Way",
    "track_id": null,
    "recording_id": "fb009ca8-682a-4382-90ca-17fa290ea698",
    "artist": "Mother’s Finest",
    "artist_ids": [
        "7b38a145-7137-4c61-8d04-89ade521a6fc"
    ],
    "album": "Another Mother Further",
    "release_id": null,
    "release_group_id": "5754df51-5526-3f7d-aa7e-8f85ffbc56cb",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mother's Finest released \"Dis Go Dis Way, Di Go Dat Way\" on the 1977 album Another Mother Further, the group's third studio album. \n\nMother's Finest is an Atlanta, GA funk rock band that was founded when Joyce \"Baby Jean\" Kennedy and Glenn \"Doc\" Murdock met up with guitarist Gary \"Moses Mo\" Moore and bassist Jerry \"Wyzard\" Seay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}