Information about plays

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

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

{
    "id": 3529817,
    "uri": "https://api.kexp.org/v2/plays/3529817/?format=api",
    "airdate": "2025-07-21T06:57:24-07:00",
    "show": 64073,
    "show_uri": "https://api.kexp.org/v2/shows/64073/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6c9888d-309d-47d8-a4f9-9215c71bcb1c/26356444699-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6c9888d-309d-47d8-a4f9-9215c71bcb1c/26356444699-250.jpg",
    "song": "Stand By Me",
    "track_id": null,
    "recording_id": "0d64f0bc-6672-4f58-b20b-ec3e44d204b2",
    "artist": "Havana Maestros feat. Ben E. King",
    "artist_ids": [
        "ab134358-3c57-453e-b390-6ca7816e7a23",
        "837555ba-012e-45f1-9a9c-9628da13ee54"
    ],
    "album": "Made in Cuba",
    "release_id": null,
    "release_group_id": "94c89ec1-7599-432f-85a3-18f35404001c",
    "labels": [
        "Warner Music"
    ],
    "label_ids": [
        "3730c0ea-3dc2-45c3-ac5c-9d482921ea51"
    ],
    "release_date": "2017-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Havana Maestros is an all-star cast of legendary Cuban musicians and arrangers, including Buena Vista Social Club's Barbarito Torres and Amadito Valdes. For Made in Cuba, they selected their favorite iconic American hits and - keeping the original vocals - infused them with the distinctive rhythms and sounds of Cuba.\"\n\nOfficial music video here: https://www.youtube.com/watch?v=2bQ0-5CbTjI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}