Information about plays

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

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

{
    "id": 3615645,
    "uri": "https://api.kexp.org/v2/plays/3615645/?format=api",
    "airdate": "2026-02-10T07:16:38-08:00",
    "show": 65895,
    "show_uri": "https://api.kexp.org/v2/shows/65895/?format=api",
    "image_uri": "https://ia801608.us.archive.org/27/items/mbid-10a03ed6-e654-40ae-b0ae-dead2a43fcbd/mbid-10a03ed6-e654-40ae-b0ae-dead2a43fcbd-18592499109_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/27/items/mbid-10a03ed6-e654-40ae-b0ae-dead2a43fcbd/mbid-10a03ed6-e654-40ae-b0ae-dead2a43fcbd-18592499109_thumb250.jpg",
    "song": "8 Ball",
    "track_id": "be82f9b0-3fe6-346c-a878-a03ef7beb201",
    "recording_id": "77bbbaed-1cec-43f8-adb2-95f2d75a6e7b",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "1992-2002",
    "release_id": "10a03ed6-e654-40ae-b0ae-dead2a43fcbd",
    "release_group_id": "4757c08c-2eb8-3889-b7a7-19d5f6bb4564",
    "labels": [
        "Junior Boy’s Own",
        "V2"
    ],
    "label_ids": [
        "43aeb2eb-a410-4ff9-ba39-6cc136336bbb",
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2003-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Underworld formed in 1980 in Cardiff, Wales - this compilation album contains 16 tracks from the days when Underworld was a trio: Karl Hyde, Rick Smith, and Darren Emerson. \"8 Ball\" was featured as the B-side to a sampler from the soundtrack to the film \"The Beach\", starring Leonardo DiCaprio and directed by Danny Boyle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}