Information about plays

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

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

{
    "id": 3557250,
    "uri": "https://api.kexp.org/v2/plays/3557250/?format=api",
    "airdate": "2025-09-24T16:44:02-07:00",
    "show": 64651,
    "show_uri": "https://api.kexp.org/v2/shows/64651/?format=api",
    "image_uri": "https://ia804508.us.archive.org/20/items/mbid-5494abde-9aae-472a-bce5-72931cbfbad2/mbid-5494abde-9aae-472a-bce5-72931cbfbad2-8314007591_thumb500.jpg",
    "thumbnail_uri": "https://ia904508.us.archive.org/20/items/mbid-5494abde-9aae-472a-bce5-72931cbfbad2/mbid-5494abde-9aae-472a-bce5-72931cbfbad2-8314007591_thumb250.jpg",
    "song": "She Bangs the Drums",
    "track_id": "41abb770-88c0-4570-a0fd-c3bc5b2a356d",
    "recording_id": "1e6c88d7-94e9-4612-858e-61cd80b4797b",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "5494abde-9aae-472a-bce5-72931cbfbad2",
    "release_group_id": "22294667-d565-3828-98b8-8ccc240eeff9",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She Bangs the Drums was the second single from the Stone Roses debut album in 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}