Information about plays

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

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

{
    "id": 3545695,
    "uri": "https://api.kexp.org/v2/plays/3545695/?format=api",
    "airdate": "2025-08-28T01:44:33-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/973793dd-e4b2-4257-9f05-8b0ee5151299/3622029272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/973793dd-e4b2-4257-9f05-8b0ee5151299/3622029272-250.jpg",
    "song": "Missing (Todd Terry club mix)",
    "track_id": null,
    "recording_id": "81ba9909-8a5a-4fd0-afd6-5684e13cb87c",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Amplified Heart",
    "release_id": null,
    "release_group_id": "6a463239-2a01-34d1-abc3-82b09ee8be4e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This England based musical duo, Everything but the Girl formed in 1982. The band consisted of lead singer and occasional guitarist Tracey Thorn and guitarist, keyboardist, producer and singer Ben Watt.\n\nTheir album initially did not achieve much success, until it was remixed by Todd Terry and re-released in 1995.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}