Information about plays

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

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

{
    "id": 3601600,
    "uri": "https://api.kexp.org/v2/plays/3601600/?format=api",
    "airdate": "2026-01-07T23:58:43-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Constant and Uniform Movement Unknown",
    "track_id": "b1b2c67b-54bd-4e01-b407-828cde069777",
    "recording_id": "8bc10f33-3d66-4aa9-b655-82849eafca2e",
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Fed Up With Your Job / Constant And Uniform Movement Unknown",
    "release_id": "b6ce0c53-e6ec-4ad7-9fd5-89ee02544eaf",
    "release_group_id": "c3193bb9-dd8a-4b72-85f9-4ae5427f594a",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stereolab have another new single due out next month!\n\nhttps://stereolab.bandcamp.com/album/cloud-land-flashes-in-the-afternoon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}