Information about plays

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

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

{
    "id": 3629139,
    "uri": "https://api.kexp.org/v2/plays/3629139/?format=api",
    "airdate": "2026-03-15T05:27:38-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-7553295e-a877-4619-b425-9f7f59e8b1be/mbid-7553295e-a877-4619-b425-9f7f59e8b1be-6271672808_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-7553295e-a877-4619-b425-9f7f59e8b1be/mbid-7553295e-a877-4619-b425-9f7f59e8b1be-6271672808_thumb250.jpg",
    "song": "Glad to Be Gay",
    "track_id": "9d6a49a8-c5d0-3251-b103-6888f82ba60f",
    "recording_id": "4b43bbbf-12ae-4abc-8dc6-b9ec6ceadcd7",
    "artist": "Tom Robinson Band",
    "artist_ids": [
        "51191b39-0b2f-4fc5-b062-774ccc377ac8"
    ],
    "album": "Rising Free: The Very Best of TRB",
    "release_id": "7553295e-a877-4619-b425-9f7f59e8b1be",
    "release_group_id": "2269370f-abf7-32f4-8b15-ae6f1a034a17",
    "labels": [
        "EMI Gold"
    ],
    "label_ids": [
        "58f19db6-9dbc-4593-9ec1-76c1661f8dd1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}