Information about plays

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

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

{
    "id": 3522095,
    "uri": "https://api.kexp.org/v2/plays/3522095/?format=api",
    "airdate": "2025-07-03T13:13:14-07:00",
    "show": 63908,
    "show_uri": "https://api.kexp.org/v2/shows/63908/?format=api",
    "image_uri": "https://ia601609.us.archive.org/28/items/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f-12337548499_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/28/items/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f/mbid-02c1a25d-8f78-4a0a-85e6-30ef56661e3f-12337548499_thumb250.jpg",
    "song": "Little Green Bag",
    "track_id": "a6ba2007-cc5d-3c84-98af-9e64b22c7411",
    "recording_id": "d585b019-0842-41b5-b648-860ef735746f",
    "artist": "George Baker Selection",
    "artist_ids": [
        "b46d30ff-f8ee-467e-8650-c58b6b47053a"
    ],
    "album": "Reservoir Dogs: Original Motion Picture Soundtrack",
    "release_id": "02c1a25d-8f78-4a0a-85e6-30ef56661e3f",
    "release_group_id": "914c63e9-ac09-39ca-b1bf-94008c664ded",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The George Baker Selection was an eclectic Dutch pop-rock band that was fronted by the extremely talented and versatile singer, composer, guitarist, keyboard player and songwriter George Baker. The band was first formed as Soul Invention in 1967. They changed their name to the George Baker Selection in 1969. In 1970 the group scored a substantial smash hit with the insanely groovy and quirky psychedelic rock pip \"Little Green Bag,\" which reached #21 on the US Billboard pop charts and was recorded by the band with their own money.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}