Information about plays

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

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

{
    "id": 3594292,
    "uri": "https://api.kexp.org/v2/plays/3594292/?format=api",
    "airdate": "2025-12-22T02:54:23-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Greensleeves",
    "track_id": null,
    "recording_id": "b6bd498c-8cfd-4587-9d22-2c35fcf1161e",
    "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": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "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"
}