Information about plays

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

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

{
    "id": 3591113,
    "uri": "https://api.kexp.org/v2/plays/3591113/?format=api",
    "airdate": "2025-12-14T19:03:19-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa’s Birthday",
    "track_id": null,
    "recording_id": "9ef0d83d-08ac-4c20-a092-5f0dcbdfb4d1",
    "artist": "The Caroleer Singers* And The Peter Pan Orchestra",
    "artist_ids": [],
    "album": "Children's Christmas Favorites",
    "release_id": null,
    "release_group_id": "279551a3-f43f-43c8-ba63-be945f962de7",
    "labels": [
        "Diplomat Records"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear that horn sample?!?!\nWritten by Tony Eira, \"Santa's Birthday\" was included on the album, Children's Christmas Favorites by The Caroleer Singers And The Peter Pan Orchestra.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}