Information about plays

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

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

{
    "id": 3593979,
    "uri": "https://api.kexp.org/v2/plays/3593979/?format=api",
    "airdate": "2025-12-21T10:21:26-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be‐Bop Santa Claus",
    "track_id": null,
    "recording_id": "8beeeba5-8e12-41ed-a37b-54f9c9f816fb",
    "artist": "Babs Gonzales",
    "artist_ids": [
        "3b451321-9cd1-470f-8e41-02b6ad8e7135"
    ],
    "album": "Hipsters’ Holiday: Vocal Jazz and R&B Classics",
    "release_id": null,
    "release_group_id": "947d010c-07ee-3c9c-8a26-c57fb4fd0247",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1954 single on Bruce Records, by the bebop singer and scatter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}