Information about plays

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

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

{
    "id": 3572056,
    "uri": "https://api.kexp.org/v2/plays/3572056/?format=api",
    "airdate": "2025-10-31T03:07:46-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/e949e21d-914e-4cb9-8201-f30863cfa1a4/17595124678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e949e21d-914e-4cb9-8201-f30863cfa1a4/17595124678-250.jpg",
    "song": "Beautiful Morning",
    "track_id": null,
    "recording_id": "4db482f4-aeae-43f6-b937-bfa405a883b5",
    "artist": "Little Brother",
    "artist_ids": [
        "b929c0c9-5de0-4d87-8eb9-365ad1725629"
    ],
    "album": "The Minstrel Show",
    "release_id": null,
    "release_group_id": "44c8f2cb-6082-3021-8da8-f12ace7c3c98",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM Time Machine: 2005!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}