Information about plays

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

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

{
    "id": 3560544,
    "uri": "https://api.kexp.org/v2/plays/3560544/?format=api",
    "airdate": "2025-10-02T17:58:41-07:00",
    "show": 64727,
    "show_uri": "https://api.kexp.org/v2/shows/64727/?format=api",
    "image_uri": "https://ia600501.us.archive.org/26/items/mbid-4c94c65c-14a5-4dd6-a2a3-ea006c8fb8c8/mbid-4c94c65c-14a5-4dd6-a2a3-ea006c8fb8c8-14917890985_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/26/items/mbid-4c94c65c-14a5-4dd6-a2a3-ea006c8fb8c8/mbid-4c94c65c-14a5-4dd6-a2a3-ea006c8fb8c8-14917890985_thumb250.jpg",
    "song": "Totally Wired",
    "track_id": "7885a0b3-99a1-44d3-97a8-96fd73792d9b",
    "recording_id": "3e0bb1ac-fa82-4011-89ce-15d43141759d",
    "artist": "The Last Shadow Puppets",
    "artist_ids": [
        "8a3e1c4f-59a8-457a-826c-fe961419a8ae"
    ],
    "album": "The Dream Synopsis EP",
    "release_id": "4c94c65c-14a5-4dd6-a2a3-ea006c8fb8c8",
    "release_group_id": "9a00d453-c21a-4186-95c6-429dc4de5a1c",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "the Fall cover!\n\nThe Last Shadow Puppets are an English supergroup consisting of Alex Turner, Miles Kane, James Ford, and Zach Dawes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}