Information about plays

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

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

{
    "id": 3599884,
    "uri": "https://api.kexp.org/v2/plays/3599884/?format=api",
    "airdate": "2026-01-03T22:26:31-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blight of Element",
    "track_id": null,
    "recording_id": "0c2a716f-0315-4604-980d-f29cfbd3d8dc",
    "artist": "Assück",
    "artist_ids": [
        "a2b9a1c3-25a5-4768-b3ec-85ea8f884d4d"
    ],
    "album": "Misery Index",
    "release_id": null,
    "release_group_id": "abd93f67-b64c-32aa-85be-97b127ee5837",
    "labels": [
        "Sound Pollution"
    ],
    "label_ids": [
        "6e28dc9c-9574-4d57-b4a3-c4741127efce"
    ],
    "release_date": "1996-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Florida's proved influential, with their album Anticapital (1991) voted number 4 in the Terrorizer list of their top 20 US grindcore albums",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}