Information about plays

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

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

{
    "id": 3542180,
    "uri": "https://api.kexp.org/v2/plays/3542180/?format=api",
    "airdate": "2025-08-19T19:37:31-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://ia803409.us.archive.org/9/items/mbid-2d5cf469-c236-49a6-a87f-8eb0b0eed195/mbid-2d5cf469-c236-49a6-a87f-8eb0b0eed195-8302632817_thumb500.jpg",
    "thumbnail_uri": "https://ia803409.us.archive.org/9/items/mbid-2d5cf469-c236-49a6-a87f-8eb0b0eed195/mbid-2d5cf469-c236-49a6-a87f-8eb0b0eed195-8302632817_thumb250.jpg",
    "song": "Sambhalo Sambhalo Apna Dil",
    "track_id": "3061b309-989c-3f2a-b891-94633b98e7a2",
    "recording_id": "0b53d187-4fd0-4848-a47b-9819d1862f9b",
    "artist": "S.D. Burman",
    "artist_ids": [
        "51801ca0-5ffe-4dcf-b27e-09bd8baedcbc"
    ],
    "album": "Bombay Connection, Volume 2: Bombshell Baby of Bombay",
    "release_id": "2d5cf469-c236-49a6-a87f-8eb0b0eed195",
    "release_group_id": "09c3c5f5-139b-39cc-86b0-615535e4fb32",
    "labels": [
        "Bombay Connection"
    ],
    "label_ids": [
        "2feca4cb-2a4c-4058-a3a6-650aec49cc0e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}