Information about plays

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

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

{
    "id": 3605334,
    "uri": "https://api.kexp.org/v2/plays/3605334/?format=api",
    "airdate": "2026-01-17T03:33:20-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melodies",
    "track_id": "c8c6b0f7-aeca-42b1-8a39-402405fcd4fd",
    "recording_id": "e32e6d67-8c5f-4cf8-a647-a4cc641ba054",
    "artist": "Girls of the Internet & The Gospel of Thomas feat. Sio",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b",
        "feabbf00-d3d4-4d72-9fa8-2364cede2da2",
        "bcfe3380-3826-4697-8618-2d54df0df941"
    ],
    "album": "Secular Music Vol. 1",
    "release_id": "c95f0416-753e-4044-99e2-d22d97e06f97",
    "release_group_id": "7e8b6ab6-8a7d-49a3-a20f-502cc0253fa0",
    "labels": [
        "House of the Internet"
    ],
    "label_ids": [
        "45dcfe71-2263-42d1-acb1-5e852ab39c2f"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}