Information about plays

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

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

{
    "id": 3595481,
    "uri": "https://api.kexp.org/v2/plays/3595481/?format=api",
    "airdate": "2025-12-24T18:23:12-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time Is Here",
    "track_id": "d515b813-b367-3715-9d59-6ff276baebbc",
    "recording_id": "f68429ea-9993-4104-8204-227cb86923a7",
    "artist": "Vince Guaraldi Trio",
    "artist_ids": [
        "744b52c8-509b-4451-abfd-a17d18d4bd1d"
    ],
    "album": "The Royal Tenenbaums",
    "release_id": "bc0a3f56-1529-4507-a17b-bbea62f7a59c",
    "release_group_id": "38c3631c-3dfe-3ca2-bab1-1fa92bd76e32",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2001-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's not the holiday season without this classic! 🎄",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}