Information about plays

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

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

{
    "id": 3613401,
    "uri": "https://api.kexp.org/v2/plays/3613401/?format=api",
    "airdate": "2026-02-05T05:08:12-08:00",
    "show": 65844,
    "show_uri": "https://api.kexp.org/v2/shows/65844/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-d075b94b-049a-44f6-b0eb-18cc1e084e48/mbid-d075b94b-049a-44f6-b0eb-18cc1e084e48-39109111873_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-d075b94b-049a-44f6-b0eb-18cc1e084e48/mbid-d075b94b-049a-44f6-b0eb-18cc1e084e48-39109111873_thumb250.jpg",
    "song": "Will You Still Love Me Tomorrow? (2011)",
    "track_id": "ea577129-20c6-457c-a13f-9603ddc753d5",
    "recording_id": "a55b3b2e-09d8-4c20-8e66-b0fa4e04e024",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Lioness: Hidden Treasures",
    "release_id": "d075b94b-049a-44f6-b0eb-18cc1e084e48",
    "release_group_id": "86da8ce7-05ef-4109-8186-c6fa69c57729",
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy Winehouse covering this song written by the husband-and-wife songwriting team of Carole King and Gerry Goffin in 1960 and recorded by The Shirelles. \n\nThe drum part is part of a \"retro\" or \"soul\" revival arrangement, echoing the 60s girl-group sound, often characterized by a steady, driving backbeat and sometimes described as \"thundercloud drums\" within a bare-bones arrangement, inspired by Hal Blaine's \"Be My Baby\" drum beat.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}