Information about plays

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

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

{
    "id": 3595309,
    "uri": "https://api.kexp.org/v2/plays/3595309/?format=api",
    "airdate": "2025-12-24T09:52:05-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Christmas (Vocal Version)",
    "track_id": null,
    "recording_id": "615ea02c-2e01-4f76-91e7-a0fb2df01ba8",
    "artist": "Count Sidney & His Dukes",
    "artist_ids": [
        "96394ecc-c7ed-42c0-b478-daf1eaae164b"
    ],
    "album": "Santa's Funk & Soul Christmas Party",
    "release_id": null,
    "release_group_id": "4658f59f-c308-4903-9590-4ef1af053ea9",
    "labels": [
        "Tramp"
    ],
    "label_ids": [
        "e7ab6c54-1cbc-45b5-a4c1-c30fce33812c"
    ],
    "release_date": "2011-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Count Sidney & His Dukes was an influential New Orleans R&B band that emerged in the 1960s. The band was led by Sidney Simien, a musician known for his soulful vocals and energetic accordion playing. They are best known for their hit \"Let the Good Times Roll,\" which showcases their signature blend of R&B, zydeco, and swamp pop. Their unique sound and infectious energy made them a significant force in the evolution of Louisiana music.\nhttps://www.classic45s.com/collections/count-sidney-his-dukes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}