Information about plays

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

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

{
    "id": 3591146,
    "uri": "https://api.kexp.org/v2/plays/3591146/?format=api",
    "airdate": "2025-12-14T20:32:34-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Linus and Lucy",
    "track_id": null,
    "recording_id": "63b514f7-a5ba-4e97-aa7e-4b9dbb8bb074",
    "artist": "Vince Guaraldi",
    "artist_ids": [
        "05b5488d-7141-4b21-819b-d4713abf2a98"
    ],
    "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"
}