Information about plays

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

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

{
    "id": 3571413,
    "uri": "https://api.kexp.org/v2/plays/3571413/?format=api",
    "airdate": "2025-10-29T12:56:09-07:00",
    "show": 64965,
    "show_uri": "https://api.kexp.org/v2/shows/64965/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-5637ea6c-8089-4923-ba98-72a3b724f3f3/mbid-5637ea6c-8089-4923-ba98-72a3b724f3f3-19483294636_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-5637ea6c-8089-4923-ba98-72a3b724f3f3/mbid-5637ea6c-8089-4923-ba98-72a3b724f3f3-19483294636_thumb250.jpg",
    "song": "Bodys",
    "track_id": "61bca644-287f-473f-9873-dc1639f68547",
    "recording_id": "bc97e4b3-c375-449e-8701-19ef6f8f3216",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "Twin Fantasy",
    "release_id": "5637ea6c-8089-4923-ba98-72a3b724f3f3",
    "release_group_id": "eeab54c6-ad8d-40c9-b595-87bae6a42397",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-02-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Car Seat Headrest will be at the Fox Theatre in Oakland on Sat, Nov 1st!\n\nhttps://www.carseatheadrest.com/tour-dates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}