Information about plays

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

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

{
    "id": 3547580,
    "uri": "https://api.kexp.org/v2/plays/3547580/?format=api",
    "airdate": "2025-09-01T13:01:40-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1st of Tha Month (K & D Session Part 1)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bone Thugs‐n‐Harmony",
    "artist_ids": [
        "2fa45bbb-0efb-4950-9d40-94bf23cbfec1"
    ],
    "album": "Kruder & Dorfmeister: The K&D Sessions TM (25th Anniversary Boxset Edition)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the 362th first of the month since Bone Thugs-n-Harmony released \"1st of tha Month\" in August 1995.\n\nThis is a remix off Kruder & Dorfmeister: The K&D Sessions TM (25th Anniversary Boxset Edition) released in 2024:\n\nhttps://kruderanddorfmeister.bandcamp.com/track/1st-of-tha-month-k-d-session-tm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}