Information about plays

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

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

{
    "id": 3562745,
    "uri": "https://api.kexp.org/v2/plays/3562745/?format=api",
    "airdate": "2025-10-08T17:03:26-07:00",
    "show": 64781,
    "show_uri": "https://api.kexp.org/v2/shows/64781/?format=api",
    "image_uri": "https://ia601501.us.archive.org/7/items/mbid-f120897b-a4cd-41e6-b84c-f60cec54b268/mbid-f120897b-a4cd-41e6-b84c-f60cec54b268-17302205559_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/7/items/mbid-f120897b-a4cd-41e6-b84c-f60cec54b268/mbid-f120897b-a4cd-41e6-b84c-f60cec54b268-17302205559_thumb250.jpg",
    "song": "Adam Raised a Cain",
    "track_id": "a7870fc5-92ec-4f53-9b6c-143f64267c7b",
    "recording_id": "ab37cf53-00a6-4e74-b10c-56eeb13fae55",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Darkness on the Edge of Town",
    "release_id": "f120897b-a4cd-41e6-b84c-f60cec54b268",
    "release_group_id": "b613123b-a234-3f48-9c45-e05bf4e6b9e7",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#272...\n---\nSpringsteen has described this song \"emotionally autobiographical\" which explores the relationship between a father and son.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}