Information about plays

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

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

{
    "id": 3597514,
    "uri": "https://api.kexp.org/v2/plays/3597514/?format=api",
    "airdate": "2025-12-29T07:28:20-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gipsy Woman",
    "track_id": "9020d4fc-73fd-4fb2-b9b8-7996d09d2acf",
    "recording_id": "8bdeaeb7-543b-4146-a46e-92a490767e32",
    "artist": "Joe Bataan with Los Fulanos",
    "artist_ids": [
        "de7d54d7-0fce-4fb9-84f0-6fee794335d2",
        "aee349ce-eb62-4b1f-b34d-e09abcc33f2e"
    ],
    "album": "King of Latin Soul",
    "release_id": "2690a346-dac2-4d9e-a2cf-5d9c433a628e",
    "release_group_id": "444fd64b-bade-419c-b9c5-220ff6fb7900",
    "labels": [
        "Vampi Soul"
    ],
    "label_ids": [
        "5ff89225-1a1b-43e5-858d-5d1d87a3941b"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Self taught on the piano, Joe Bataan organized his first band in 1965 and scored his first recording success in 1967 with ” Gypsy Woman ” on Fania Records.\n\nhttps://www.joebataanmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}