Information about plays

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

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

{
    "id": 3595620,
    "uri": "https://api.kexp.org/v2/plays/3595620/?format=api",
    "airdate": "2025-12-25T01:56:17-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Want for Christmas",
    "track_id": null,
    "recording_id": "0d8c284a-4e4d-4e30-9b57-fd3043e510b2",
    "artist": "Quad City DJ’s, The 69 Boyz & K-nock",
    "artist_ids": [
        "c0692af0-2ccb-47b9-a293-f327c16ffcdb",
        "4b585f70-385c-4d55-871b-24ac1b1622e9",
        "3d8099d0-6d58-41a6-ab85-a33ee45193b6"
    ],
    "album": "All Star Christmas",
    "release_id": null,
    "release_group_id": "175432c5-47aa-3995-bfee-0aaad52854d0",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}