Information about plays

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

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

{
    "id": 3591463,
    "uri": "https://api.kexp.org/v2/plays/3591463/?format=api",
    "airdate": "2025-12-15T14:13:08-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Sent Me Flying-Cherry",
    "track_id": "67eb9472-83c6-41ce-985a-b6e0f42dc8aa",
    "recording_id": "e49e357d-80a6-4525-9d67-1cab87e5c2ea",
    "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 classic jazz-influenced pop album Back to Black ranked at #213 on KEXP's Most Played Albums of All Time back in 2023.\n\nhttps://kexp.org/countdowns/kexps-most-played-albums-of-all-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}