Information about plays

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

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

{
    "id": 3595280,
    "uri": "https://api.kexp.org/v2/plays/3595280/?format=api",
    "airdate": "2025-12-24T08:31:46-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Saint Nick",
    "track_id": "87ccb7cd-acca-3900-9072-2a8b79f340e2",
    "recording_id": "a391d2cc-0acc-4de9-be51-2b71b909ba17",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "The Coolest Christmas",
    "release_id": "53a9e9c1-7c2a-4ef6-84c2-d5e24a01b88a",
    "release_group_id": "ecc7d895-2767-3072-aaae-6df61762f427",
    "labels": [
        "Oglio Records"
    ],
    "label_ids": [
        "74009c4e-eebe-4b7a-91d9-6b97537a45a0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track originally came out as a single in 1963, partly inspired by Phil Spector's desire to record a Christmas album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}