Information about plays

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

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

{
    "id": 3595557,
    "uri": "https://api.kexp.org/v2/plays/3595557/?format=api",
    "airdate": "2025-12-24T22:43:10-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "December",
    "track_id": null,
    "recording_id": "38966dfb-a336-467c-a6c4-ce9b4ef170e1",
    "artist": "Count Basie & The Mills Brothers",
    "artist_ids": [
        "0dbd6300-efdc-420b-857e-895e18fad317",
        "fb1080d4-aaf7-430e-b588-6a6ce79e2eb3"
    ],
    "album": "The Board of Directors",
    "release_id": null,
    "release_group_id": "bcfe321a-593f-471d-b2a8-07dabbc2c0e1",
    "labels": [
        "Dot Records"
    ],
    "label_ids": [
        "04d7bed5-4c4f-428a-a55d-101bd40034d2"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}