Information about plays

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

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

{
    "id": 3595779,
    "uri": "https://api.kexp.org/v2/plays/3595779/?format=api",
    "airdate": "2025-12-25T09:15:44-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't No Chimneys in the Projects",
    "track_id": "7e0e722a-5157-42a6-8ad6-4946aff8c679",
    "recording_id": "36ae3963-6458-4128-a68e-eadcf611d7d0",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "It's a Holiday Soul Party",
    "release_id": "8dcd11a4-814c-4abb-891e-5b72d389f8c6",
    "release_group_id": "0d2e08b3-4856-40b8-bb39-e2a51d6c3a52",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Jones and the Dap-Kings's blazing \"Ain't No Chimneys in the Projects\", originally on 2011's \"Soul-Time\", later re-released on the group's 2015 holiday album! Watch the official video here: https://youtu.be/N3jvDeHLkgo\n\nSharon Jones and the Dap Kings performed live at the grand opening of the new KEXP studio back in 2016!\nhttps://www.youtube.com/watch?v=y5eVHCQ4ogQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}