Information about plays

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

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

{
    "id": 3621709,
    "uri": "https://api.kexp.org/v2/plays/3621709/?format=api",
    "airdate": "2026-02-24T12:37:40-08:00",
    "show": 66019,
    "show_uri": "https://api.kexp.org/v2/shows/66019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Want the Funk",
    "track_id": null,
    "recording_id": "8a971780-d149-41ae-ac82-df54ccab69df",
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch George Clinton and Parliament Funkadelic perform this one live in 2017: https://www.youtube.com/watch?v=U0IKdO8-ehw\n--\nDid you know that the Smithsonian's tribute to George Clinton, complete with a replica of The Mothership, is entitled \"We Want The Funk!\"?: https://www.si.edu/newsdesk/snapshot/we-want-funk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}