Information about plays

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

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

{
    "id": 3568378,
    "uri": "https://api.kexp.org/v2/plays/3568378/?format=api",
    "airdate": "2025-10-22T05:15:01-07:00",
    "show": 64901,
    "show_uri": "https://api.kexp.org/v2/shows/64901/?format=api",
    "image_uri": "https://ia802905.us.archive.org/21/items/mbid-3b3c9f6b-e74f-414c-9c39-74ab0c72778f/mbid-3b3c9f6b-e74f-414c-9c39-74ab0c72778f-2908302231_thumb500.jpg",
    "thumbnail_uri": "https://ia902905.us.archive.org/21/items/mbid-3b3c9f6b-e74f-414c-9c39-74ab0c72778f/mbid-3b3c9f6b-e74f-414c-9c39-74ab0c72778f-2908302231_thumb250.jpg",
    "song": "The Hair Shirt",
    "track_id": "484fc5aa-67ef-341a-91de-fe9f3844d9fb",
    "recording_id": "740d0e6a-63cc-4b3b-9238-fe73ce868466",
    "artist": "The Birthday Party",
    "artist_ids": [
        "cbcd4d49-e892-4fc6-a313-35f275a153d2"
    ],
    "album": "Hee-Haw",
    "release_id": "3b3c9f6b-e74f-414c-9c39-74ab0c72778f",
    "release_group_id": "f1d84a10-44e8-30b3-aa71-3501f77a69f5",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Birthday Party were an Australian Post-Punk band, active from 1977-1983. Vocalist Nick Cave would later go on to start Nick Cave and the Bad Seeds, with fellow The Birthday Party member Mick Harvey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}