Information about plays

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

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

{
    "id": 3568078,
    "uri": "https://api.kexp.org/v2/plays/3568078/?format=api",
    "airdate": "2025-10-21T15:09:20-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-5f40bd09-059c-4733-94fb-c63791b475d8/mbid-5f40bd09-059c-4733-94fb-c63791b475d8-29104381324_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-5f40bd09-059c-4733-94fb-c63791b475d8/mbid-5f40bd09-059c-4733-94fb-c63791b475d8-29104381324_thumb250.jpg",
    "song": "Sleeping Gas",
    "track_id": "cedf6ca0-198c-3c50-b547-adf95654a97d",
    "recording_id": "80373efe-0c58-4220-81a7-c7aecad207e8",
    "artist": "The Teardrop Explodes",
    "artist_ids": [
        "8002d7ee-2a0e-4ea8-8984-3c69a81a4b7e"
    ],
    "album": "Kilimanjaro",
    "release_id": "5f40bd09-059c-4733-94fb-c63791b475d8",
    "release_group_id": "8bad0855-1673-393c-a247-1e88d856815d",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2000-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1957, Julia Cope, singer  and songwriter of The Teardrop Explodes!\n---\nThe Teardrop Explodes were an English post-punk/neo-psychedelic band formed in Liverpool in 1978. Best known for their Top Ten UK single \"Reward\", the group originated as a key band in the emerging Liverpool post-punk scene of the late 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}