Information about plays

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

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

{
    "id": 3545861,
    "uri": "https://api.kexp.org/v2/plays/3545861/?format=api",
    "airdate": "2025-08-28T11:43:47-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jesus, Etc. (feat. Norah Jones)",
    "track_id": "0b934ab5-b5e5-4e94-9224-96902e45d6d2",
    "recording_id": "6be1cbd4-b36d-4cd3-84e7-9203feb8e96e",
    "artist": "Margaret Glaspy",
    "artist_ids": [
        "82cb3eba-f585-4666-9941-c347275fc197"
    ],
    "album": "Jesus, Etc. (feat. Norah Jones)",
    "release_id": "8340ad9e-b287-4cd9-9084-237bf11c3006",
    "release_group_id": "d66ea471-ce8c-4187-b66b-bea3b0ecbea2",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2025-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of Wilco's song.\n\nMargaret Glaspy's new album 'The Golden Heart Protector' will be out Sept 12th!\nhttps://margaretglaspy.com/\n\nMargaret Glaspy will also be at the Hardly Strictly Bluegrass 2025 from Oct 3rd-5th. \nhttps://hardlystrictlybluegrass.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}