Information about plays

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

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

{
    "id": 3632046,
    "uri": "https://api.kexp.org/v2/plays/3632046/?format=api",
    "airdate": "2026-03-21T18:52:57-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://dn711007.ca.archive.org/0/items/mbid-1ccda1ee-d4c7-453a-8c44-063e8d86f0f1/mbid-1ccda1ee-d4c7-453a-8c44-063e8d86f0f1-11628382865_thumb500.jpg",
    "thumbnail_uri": "https://dn711007.ca.archive.org/0/items/mbid-1ccda1ee-d4c7-453a-8c44-063e8d86f0f1/mbid-1ccda1ee-d4c7-453a-8c44-063e8d86f0f1-11628382865_thumb250.jpg",
    "song": "Let’s Be Bad",
    "track_id": "fc21b6aa-4b54-4b46-97ff-0cadd55d125d",
    "recording_id": "1bd2bf9b-13a1-4510-9589-8a91299e0a40",
    "artist": "CHILDBIRTH",
    "artist_ids": [
        "9f9f48f2-47c5-4c57-afce-12d7f22df0a5"
    ],
    "album": "Women’s Rights",
    "release_id": "1ccda1ee-d4c7-453a-8c44-063e8d86f0f1",
    "release_group_id": "7ed94856-2110-4844-aa3f-fc82e652d44a",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Childbirth...this is off their second and final LP Women's Rights!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}