Information about plays

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

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

{
    "id": 3600902,
    "uri": "https://api.kexp.org/v2/plays/3600902/?format=api",
    "airdate": "2026-01-06T07:20:50-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daisies of the Galaxy",
    "track_id": "e6cece2d-b8e5-475d-a6ab-cbfde4689b89",
    "recording_id": "6f6eb189-05e1-44e9-8de7-f099202e8456",
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Daisies of the Galaxy",
    "release_id": "ada01f67-b1dd-441e-aa5b-ab82513c889c",
    "release_group_id": "ea5f23b9-55b0-3838-b25f-88a9eaf4addb",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mark Oliver Everett showed no talent for physics, or even mathematics. He was much more interested in the records his sister was playing in the house.\"  Read a biography of the lead singer, songwriter, guitarist, keyboardist and sometimes drummer of the rock band Eels. : https://www.eelstheband.com/biography/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}