Information about plays

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

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

{
    "id": 3595156,
    "uri": "https://api.kexp.org/v2/plays/3595156/?format=api",
    "airdate": "2025-12-24T02:02:16-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "https://ia903201.us.archive.org/18/items/mbid-973793dd-e4b2-4257-9f05-8b0ee5151299/mbid-973793dd-e4b2-4257-9f05-8b0ee5151299-3622029272_thumb500.jpg",
    "thumbnail_uri": "https://ia903201.us.archive.org/18/items/mbid-973793dd-e4b2-4257-9f05-8b0ee5151299/mbid-973793dd-e4b2-4257-9f05-8b0ee5151299-3622029272_thumb250.jpg",
    "song": "25th December",
    "track_id": "b8e3cb07-7da2-3e71-90e5-934c15bc321d",
    "recording_id": "f6165c21-05eb-46a2-9931-43d1928309ed",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Amplified Heart",
    "release_id": "973793dd-e4b2-4257-9f05-8b0ee5151299",
    "release_group_id": "6a463239-2a01-34d1-abc3-82b09ee8be4e",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1994-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And I see forests and it's the 25th of December\nAnd my old man plays the piano for Christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}