Information about plays

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

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

{
    "id": 3604303,
    "uri": "https://api.kexp.org/v2/plays/3604303/?format=api",
    "airdate": "2026-01-14T14:48:08-08:00",
    "show": 65649,
    "show_uri": "https://api.kexp.org/v2/shows/65649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It",
    "track_id": "f32d444c-e6cd-4dfa-b3bf-f57e925240bd",
    "recording_id": "9d2a7680-e82c-45dd-aee9-192ce0994129",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "a1b805e1-c67e-4ef4-a9e3-9fc8c4570467",
    "release_group_id": "1134696c-1078-3c38-bcaa-4ee7c320670a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alex in Portland wrote, \"Love the show, happy to be an amplifier! How about some Beastie Boys?;\n--\nYou got it, Alex!\n--\n\"Do It\" contains samples of \"We Didn't Start the Fire\" by Billy Joel and \"Quinn the Eskimo (The Mighty Quinn)\" by Bob Dylan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}