Information about plays

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

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

{
    "id": 3539389,
    "uri": "https://api.kexp.org/v2/plays/3539389/?format=api",
    "airdate": "2025-08-13T00:50:36-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7823139-41f5-4bee-94e1-5f84ff8142ac/22574413436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7823139-41f5-4bee-94e1-5f84ff8142ac/22574413436-250.jpg",
    "song": "Half Time",
    "track_id": null,
    "recording_id": "d830c0b5-49c6-4500-ab12-1dfcb7de824a",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Lioness: Hidden Treasures",
    "release_id": null,
    "release_group_id": "86da8ce7-05ef-4109-8186-c6fa69c57729",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2011-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lioness: Hidden Treasures is a posthumous compilation album by the English singer and songwriter Amy Winehouse, from songs recorded before her 2002 debut album Frank.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}