Information about plays

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

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

{
    "id": 3588573,
    "uri": "https://api.kexp.org/v2/plays/3588573/?format=api",
    "airdate": "2025-12-08T17:10:36-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ve Gotta Be Me",
    "track_id": null,
    "recording_id": "2543d093-6c87-4ae2-b6eb-3ce976c83502",
    "artist": "Sammy Davis Jr.",
    "artist_ids": [
        "4bc9e8c3-7eae-454f-a56c-bccf96f3926b"
    ],
    "album": "I’ve Gotta Be Me",
    "release_id": null,
    "release_group_id": "de67e9b9-a4a2-4105-8e24-dff873550015",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I've Gotta be me features three covers from the musical Sweet Charity.\n\nSammy Davis Jr, born on this day in 1925 in NYC.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}