Information about plays

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

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

{
    "id": 3624846,
    "uri": "https://api.kexp.org/v2/plays/3624846/?format=api",
    "airdate": "2026-03-03T14:52:02-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "https://ia601307.us.archive.org/11/items/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b-12662289368_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b-12662289368_thumb250.jpg",
    "song": "Break My Body",
    "track_id": "27607f14-dfac-3161-8a80-bb94b2e8407d",
    "recording_id": "d35db79b-aea9-4f9f-b5f3-6682b29480e5",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": "fb17fca2-2458-46b0-bf5c-5ecb734dda7b",
    "release_group_id": "74e36cbc-a747-3ebf-a60e-51e656c87741",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Break My Body\" is a bass-driven track featuring an unusual ABABC song structure, rather than a standard verse-chorus format. It is known for its energetic, almost punk-oriented sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}