Information about plays

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

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

{
    "id": 3598780,
    "uri": "https://api.kexp.org/v2/plays/3598780/?format=api",
    "airdate": "2026-01-01T10:28:02-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave the Door Open",
    "track_id": "5e1379e8-a280-4a7b-9c53-d89752563d12",
    "recording_id": "708a59e6-9f9f-4143-ab0b-0e99ec8e0edc",
    "artist": "Silk Sonic",
    "artist_ids": [
        "0fc78799-38c2-4ee1-8c0f-0b8f7009b7ba"
    ],
    "album": "An Evening with Silk Sonic",
    "release_id": "ba37c8e5-6d4d-49fc-a635-ecb4a0a783e0",
    "release_group_id": "60113e76-ac51-42ba-8c12-03f06fded356",
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2021-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Roobs and Cole who are editing all day today!\n\nThe duo of Anderson .Paak and Bruno Mars!\nThis track comes from their debut studio album, An Evening with Silk Sonic. \nhttps://bit.ly/3StIkLZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}