Information about plays

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

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

{
    "id": 3633129,
    "uri": "https://api.kexp.org/v2/plays/3633129/?format=api",
    "airdate": "2026-03-24T13:23:50-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea-4402643213_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea/mbid-8b9cec60-1eea-4e08-a56e-c2865a2344ea-4402643213_thumb250.jpg",
    "song": "Retrospect for Life",
    "track_id": "ac3b3210-8122-3d2e-b1cd-443da822e811",
    "recording_id": "1848381e-e5fb-4b48-bf99-9c18d2994923",
    "artist": "Common feat. Lauryn Hill",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "One Day It’ll All Make Sense",
    "release_id": "8b9cec60-1eea-4e08-a56e-c2865a2344ea",
    "release_group_id": "4979c8b8-ca57-3b8a-9161-be546e0e67fb",
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1997-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Retrospect for Life is renowned for its introspective lyrics on abortion and parenthood, noted for being a quintessential, uplifting guest appearance for Lauryn Hill.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}