Information about plays

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

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

{
    "id": 3594283,
    "uri": "https://api.kexp.org/v2/plays/3594283/?format=api",
    "airdate": "2025-12-22T02:18:35-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://coverartarchive.org/release/91d61889-a70d-4694-a303-128ce10bc17d/9106803405-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91d61889-a70d-4694-a303-128ce10bc17d/9106803405-250.jpg",
    "song": "Christmas Time Is Here (Instrumental / 2022 Mix)",
    "track_id": null,
    "recording_id": "7fe640cc-33d7-4f7e-b248-03fb4fcfe457",
    "artist": "Vince Guaraldi Trio",
    "artist_ids": [
        "744b52c8-509b-4451-abfd-a17d18d4bd1d"
    ],
    "album": "A Charlie Brown Christmas: The Original Sound Track Recording of the CBS Television Special",
    "release_id": null,
    "release_group_id": "b6b1c43f-71be-4865-8472-3a55a1d9fb9b",
    "labels": [
        "Craft Recordings"
    ],
    "label_ids": [
        "f1af31a6-389a-44fe-a47b-6bf14f2175ae"
    ],
    "release_date": "1965-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}