Information about plays

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

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

{
    "id": 3610233,
    "uri": "https://api.kexp.org/v2/plays/3610233/?format=api",
    "airdate": "2026-01-28T14:37:32-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4115c50-9726-4186-ba44-6e16abbecadc/23451218100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4115c50-9726-4186-ba44-6e16abbecadc/23451218100-250.jpg",
    "song": "Respect",
    "track_id": null,
    "recording_id": "c1ebc1db-c21c-45f7-813e-88a87d3c264b",
    "artist": "Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Songs",
    "release_id": null,
    "release_group_id": "6b59d558-8615-378c-ae26-9c5b3358ce4f",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Does this sound familiar\"  Yes, it's Rotary Connection's great (and unique) cover of the great Otis Redding song, written and released by him in 1964, and then claimed by Aretha Franklin in 1967. \n--\n Rotary Connection was a psychedelic soul band, formed in Chicago in 1966. In addition to their own recordings, including their 1967 debut album Rotary Connection, the band is notable as the backing band for Muddy Waters on his 1968 psychedelic blues album Electric Mud. One of the most notable members of the group was none other than Minnie Riperton!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}