Information about plays

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

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

{
    "id": 3588506,
    "uri": "https://api.kexp.org/v2/plays/3588506/?format=api",
    "airdate": "2025-12-08T13:27:28-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Know You Now",
    "track_id": "8e20726f-938c-4780-8f74-1089f2b3a441",
    "recording_id": "d5c5e28b-dbe9-4ecb-90a0-92e622d68850",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Frank",
    "release_id": "62ff0360-f8b1-464f-b023-f092dd1e1722",
    "release_group_id": "9a9d41e9-2080-3293-8676-9e26f44a05b1",
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2003-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy Winehouse's debut album, Frank, was named after her idol Frank Sinatra and showcased her raw talent, but she famously felt only \"80 per cent behind\" it, even later disowning it, wanting to move past its initial jazz/hip-hop vibe before becoming a global icon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}