Information about plays

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

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

{
    "id": 3629017,
    "uri": "https://api.kexp.org/v2/plays/3629017/?format=api",
    "airdate": "2026-03-14T22:49:21-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "D4",
    "track_id": null,
    "recording_id": "a4ff51fc-237a-4099-b81e-cdd39941fb3a",
    "artist": "Unbroken",
    "artist_ids": [
        "bebbd114-8e34-4035-a66e-37f9c144ca7a"
    ],
    "album": "Life. Love. Regret.",
    "release_id": null,
    "release_group_id": "7d083999-3666-3c23-9f56-c7b195682fd1",
    "labels": [
        "New Age Records"
    ],
    "label_ids": [
        "a900341f-787f-445b-9150-ae049326dc6c"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unbroken formed in San Diego in 1991 and members were also in the groups Struggle, Swing Kids, Kill Holiday, Julia, Some Girls, Smooth Man Automatic, Johnny Angel, Stabbed By Words, and Over My Dead Body before, during, and after Unbroken's existence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}