Information about plays

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

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

{
    "id": 3588316,
    "uri": "https://api.kexp.org/v2/plays/3588316/?format=api",
    "airdate": "2025-12-08T01:35:14-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NUTHIN BUT A ā€œGā€ THANG",
    "track_id": "b3cc2827-e813-466f-9bb0-6aa2c151c337",
    "recording_id": "3a0b7de9-089e-4927-aa03-4996148b5d3c",
    "artist": "Kassa Overall",
    "artist_ids": [
        "2d8e57da-b949-4e7f-8ebf-dd907e03119a"
    ],
    "album": "CREAM",
    "release_id": "15c71ed0-33cf-4cdd-89d5-6889267dcd25",
    "release_group_id": "ed4d3df3-d09d-4b81-aff5-35d209dd3a1e",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of the New York's Times  top ten jazz albums of 2025, showing some love to the local drummer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}