Information about plays

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

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

{
    "id": 3596176,
    "uri": "https://api.kexp.org/v2/plays/3596176/?format=api",
    "airdate": "2025-12-26T07:38:14-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boxcar",
    "track_id": "c7e71109-b55e-3658-a5da-1c16919959f1",
    "recording_id": "3f0999c9-0d42-49fc-83cc-1359691ca1f5",
    "artist": "Jawbreaker",
    "artist_ids": [
        "ec88cdc3-0517-4951-b5ef-7323e7316db0"
    ],
    "album": "24 Hour Revenge Therapy",
    "release_id": "7c861a9d-6bfd-46e4-81a1-00241e1e9a86",
    "release_group_id": "87f60917-1ce9-3e93-92c3-a3e4184e46ca",
    "labels": [
        "Tupelo Recording Company",
        "The Communion Label"
    ],
    "label_ids": [
        "8779e3b0-f222-47fa-a985-f3037c8de7a7",
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Famously produced and later forgotten by Steve Albini, 24 Hour Revenge Therapy is the third studio album by American 1990's emo progenitors Jawbreaker. \n\nhttps://www.jawbreakerband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}