Information about plays

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

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

{
    "id": 3552979,
    "uri": "https://api.kexp.org/v2/plays/3552979/?format=api",
    "airdate": "2025-09-14T14:18:20-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El ratón",
    "track_id": "c35202ba-8914-45c2-b943-06e36e38f6a3",
    "recording_id": "1a344c26-e32a-4873-ab3c-6bb5bc55d5a1",
    "artist": "Joe Cuba Sextet",
    "artist_ids": [
        "15a1d7e4-30bc-4580-a441-abc8a51fcc34"
    ],
    "album": "Vagabundeando! (Hangin' Out)",
    "release_id": "2c91a2d2-7ef1-41e5-a19a-25ca10ee88d5",
    "release_group_id": "75f5e6c3-0f20-4e89-8d82-17cad8c90cff",
    "labels": [
        "Tico"
    ],
    "label_ids": [
        "0102e21e-58ce-47e4-adf7-160c5cda86e4"
    ],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Cuba [Gilberto Miguel Calderón] was a conga drummer and reportedly known as the \"Father of Latin Boogaloo\". Born in Harlem in 1931, he passed in 2009 at age 77.\n\nHe was inducted into the International Latin Music Hall of Fame in 1999.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}