Information about plays

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

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

{
    "id": 3591153,
    "uri": "https://api.kexp.org/v2/plays/3591153/?format=api",
    "airdate": "2025-12-14T20:53:54-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Will Really Be Christmas",
    "track_id": null,
    "recording_id": "d5db6dbf-a488-4683-8159-ef8b6c245822",
    "artist": "Lou Rawls",
    "artist_ids": [],
    "album": "Merry Christmas Ho! Ho! Ho!",
    "release_id": null,
    "release_group_id": "5ba29e9e-bf84-42a3-b287-93d2ee48c22c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rachel's Holiday Music Pick of the Day -- discovered on Sunday Soul, as played by KEXP DJ Supreme La Rock!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}