Information about plays

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

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

{
    "id": 3587197,
    "uri": "https://api.kexp.org/v2/plays/3587197/?format=api",
    "airdate": "2025-12-05T15:46:29-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d4d9b87-4f71-4300-8e14-cb1b7ab10e38/21234567359-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d4d9b87-4f71-4300-8e14-cb1b7ab10e38/21234567359-250.jpg",
    "song": "Love Endeavor (Maurice Fulton Remix)",
    "track_id": null,
    "recording_id": "274afb0d-0dcc-4ca9-bd77-29c6e2f2c38c",
    "artist": "Alice Smith",
    "artist_ids": [
        "94144800-e903-4b08-ab7a-e1927e1d9361"
    ],
    "album": "Love Endeavor",
    "release_id": null,
    "release_group_id": "4bf2c64c-0f04-4ceb-9eed-076e9126dd00",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2006-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smith grew up splitting her time between the D.C. area and her grandmother's farm in Georgia. She moved to New York City to attend Fordham University and ultimately launch a music career, and hasn't left since. Grab this amazing remix here: https://compostcompilations.bandcamp.com/track/alice-smith-love-endeavor-maurice-fulton-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}