Information about plays

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

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

{
    "id": 3541010,
    "uri": "https://api.kexp.org/v2/plays/3541010/?format=api",
    "airdate": "2025-08-17T00:25:46-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "System Collapse",
    "track_id": null,
    "recording_id": "88441d43-b2c9-4b29-b9b9-d8bcb901b97d",
    "artist": "Skitsystem",
    "artist_ids": [
        "95f3afcb-5770-4e1a-9fcc-356c92b29838"
    ],
    "album": "Ondskans ansikte",
    "release_id": null,
    "release_group_id": "07ca0413-0e65-3410-a50e-a6d03b4f8d95",
    "labels": [
        "Distortion"
    ],
    "label_ids": [
        "76bfb97f-3e9a-40e7-ae80-c6ac4b846720"
    ],
    "release_date": "1996-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1994, Skitsystem was initially a side-project of two members of At the Gates, including Tomas Lindberg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}