Information about plays

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

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

{
    "id": 3599880,
    "uri": "https://api.kexp.org/v2/plays/3599880/?format=api",
    "airdate": "2026-01-03T22:14:59-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ett liv i frihet",
    "track_id": null,
    "recording_id": "f70a15c5-83ae-44e0-8a07-cfd91f36f3a8",
    "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": "Crustcore band from Gothenburg, Sweden, originally founded as System Collapse in 1994 by Tomas Lindberg.  RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}