Information about plays

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

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

{
    "id": 3636905,
    "uri": "https://api.kexp.org/v2/plays/3636905/?format=api",
    "airdate": "2026-04-02T14:55:42-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/42940b92-6d0d-4456-a500-a3b1df5107eb/2415293951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42940b92-6d0d-4456-a500-a3b1df5107eb/2415293951-250.jpg",
    "song": "Where Are We Going?",
    "track_id": null,
    "recording_id": "6d91eaf9-e156-41e2-bf62-445f40cb7a81",
    "artist": "Donald Byrd",
    "artist_ids": [
        "69f95e5c-4b34-4c8b-b8fe-c59f9296195a"
    ],
    "album": "Black Byrd",
    "release_id": null,
    "release_group_id": "92217680-7ddc-3331-b73a-89f958128f77",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": ". 'Black Byrd' was the first of Byrd's Blue Note albums to be produced by Larry Mizell, assisted by his brother, Fonce. Larry Mizell wrote all the songs on this album (He co-wrote this one with Larry Gordon.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}