Information about plays

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

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

{
    "id": 3571987,
    "uri": "https://api.kexp.org/v2/plays/3571987/?format=api",
    "airdate": "2025-10-30T22:53:20-07:00",
    "show": 64979,
    "show_uri": "https://api.kexp.org/v2/shows/64979/?format=api",
    "image_uri": "https://ia800909.us.archive.org/21/items/mbid-b6ce0c53-e6ec-4ad7-9fd5-89ee02544eaf/mbid-b6ce0c53-e6ec-4ad7-9fd5-89ee02544eaf-43335918998_thumb500.jpg",
    "thumbnail_uri": "https://ia800909.us.archive.org/21/items/mbid-b6ce0c53-e6ec-4ad7-9fd5-89ee02544eaf/mbid-b6ce0c53-e6ec-4ad7-9fd5-89ee02544eaf-43335918998_thumb250.jpg",
    "song": "Fed Up With Your Job",
    "track_id": "5bef1b20-f574-4d9d-968f-e10df43344f2",
    "recording_id": "a68503ca-4282-4c72-b1b1-9d7ac423a628",
    "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": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}