Information about plays

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

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

{
    "id": 3530223,
    "uri": "https://api.kexp.org/v2/plays/3530223/?format=api",
    "airdate": "2025-07-22T05:48:58-07:00",
    "show": 64081,
    "show_uri": "https://api.kexp.org/v2/shows/64081/?format=api",
    "image_uri": "https://ia902302.us.archive.org/1/items/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86-26006606993_thumb500.jpg",
    "thumbnail_uri": "https://ia902302.us.archive.org/1/items/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86/mbid-7c861a9d-6bfd-46e4-81a1-00241e1e9a86-26006606993_thumb250.jpg",
    "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"
}