Information about plays

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

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

{
    "id": 3595629,
    "uri": "https://api.kexp.org/v2/plays/3595629/?format=api",
    "airdate": "2025-12-25T02:25:35-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie Woogie Santa Claus",
    "track_id": "89cf0fc7-ad5d-4c52-838f-eb37cf2a7374",
    "recording_id": "97de12e3-db8e-40a5-b649-ace4c9f33ea5",
    "artist": "Mabel Scott",
    "artist_ids": [
        "78e412d1-1256-4d9d-adfc-f04b2503d507"
    ],
    "album": "Swing Time Christmas",
    "release_id": "b73be250-2f4f-4a58-a1a8-b4f1931c4ceb",
    "release_group_id": "858de777-8b90-47fa-a571-5b208975cd53",
    "labels": [
        "Night Train International"
    ],
    "label_ids": [
        "4418a024-8006-45c0-8d9b-96ee2ba2cdb0"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Ragen in South Wales!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}