Information about plays

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

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

{
    "id": 3545857,
    "uri": "https://api.kexp.org/v2/plays/3545857/?format=api",
    "airdate": "2025-08-28T11:29:59-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia801400.us.archive.org/32/items/mbid-45957772-170f-46ea-827a-f19daf510b2b/mbid-45957772-170f-46ea-827a-f19daf510b2b-16115241411_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/32/items/mbid-45957772-170f-46ea-827a-f19daf510b2b/mbid-45957772-170f-46ea-827a-f19daf510b2b-16115241411_thumb250.jpg",
    "song": "One Summer Last Fall",
    "track_id": "095ab099-c984-391c-97d2-f1989a65a8fe",
    "recording_id": "bf76bd45-3160-4f07-96c6-2a43a8b33064",
    "artist": "Jets to Brazil",
    "artist_ids": [
        "675ec992-a8e4-41f8-b28b-1aad0c8a9ad1"
    ],
    "album": "Four Cornered Night",
    "release_id": "45957772-170f-46ea-827a-f19daf510b2b",
    "release_group_id": "b7f896d2-88bf-3a77-b282-bf6363314d33",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2000-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brooklyn-based band formed in 1997 and was active until 2003.\n\nhttps://jetstobrazil.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}