Information about plays

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

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

{
    "id": 3596140,
    "uri": "https://api.kexp.org/v2/plays/3596140/?format=api",
    "airdate": "2025-12-26T05:45:15-08:00",
    "show": 65476,
    "show_uri": "https://api.kexp.org/v2/shows/65476/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ruby, Are You Mad at Your Man?",
    "track_id": "98df6b13-1ff0-313d-8c26-048dfe80a633",
    "recording_id": "98ae4bb7-f41f-4aed-a7e6-632ce35b9a63",
    "artist": "Carolina Chocolate Drops",
    "artist_ids": [
        "9278d5f4-993d-403a-8dd8-eb61139274cf"
    ],
    "album": "Leaving Eden",
    "release_id": "32ecec2d-804d-4023-8bce-4019c73f3076",
    "release_group_id": "c25ffce0-595f-45d9-a978-527efab07392",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2012-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}