Information about plays

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

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

{
    "id": 3593527,
    "uri": "https://api.kexp.org/v2/plays/3593527/?format=api",
    "airdate": "2025-12-20T15:45:19-08:00",
    "show": 65431,
    "show_uri": "https://api.kexp.org/v2/shows/65431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WAITING FOR THE PHONE CALL",
    "track_id": "dfde52ea-bf3a-4e2a-802e-18ea1b43cee4",
    "recording_id": "eb5f2e4f-f8c8-4b52-a17b-fef19d63b241",
    "artist": "The Twilight Sad featuring Robert Smith",
    "artist_ids": [
        "7d1a1624-784b-4f89-8ff9-b9b493cd059d",
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "WAITING FOR THE PHONE CALL",
    "release_id": "69bbf6ac-db63-4beb-a9dc-5468a3d97bb6",
    "release_group_id": "b4798d3d-1d5d-4ff9-b4e0-9234a6d5e28f",
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2025-10-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First single in 6 years by Scottish band The Twilight Sad features The Cure's Robert Smith on guitar.\n https://thetwilightsad.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}