Information about plays

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

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

{
    "id": 3552376,
    "uri": "https://api.kexp.org/v2/plays/3552376/?format=api",
    "airdate": "2025-09-13T05:09:42-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia601304.us.archive.org/13/items/mbid-5b882388-31da-4e81-99f6-acf22d787fd9/mbid-5b882388-31da-4e81-99f6-acf22d787fd9-5846218119_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/13/items/mbid-5b882388-31da-4e81-99f6-acf22d787fd9/mbid-5b882388-31da-4e81-99f6-acf22d787fd9-5846218119_thumb250.jpg",
    "song": "Been So Strange",
    "track_id": "ef958420-475c-4d1d-8808-885bc09d230b",
    "recording_id": "301f4666-5fac-423e-bb6a-4eb94f0bf226",
    "artist": "Ezra Furman",
    "artist_ids": [
        "45fc1a1c-6b33-4a2b-b517-d8bca372b7b0"
    ],
    "album": "Day of the Dog",
    "release_id": "5b882388-31da-4e81-99f6-acf22d787fd9",
    "release_group_id": "3b09ec85-2e71-4b44-bdc0-939db7ec2e9b",
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2013-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}