Information about plays

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

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

{
    "id": 3617136,
    "uri": "https://api.kexp.org/v2/plays/3617136/?format=api",
    "airdate": "2026-02-13T22:20:45-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come on Wit da Git Down",
    "track_id": null,
    "recording_id": "1b5043c4-2175-4874-ba94-331e07f39fad",
    "artist": "Artifacts feat. Busta Rhymes",
    "artist_ids": [
        "a2b51cf6-2430-4edc-a3ce-3d234c514566",
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "Wrong Side of da Tracks",
    "release_id": null,
    "release_group_id": "4587de41-3cc4-37d9-9c7c-5884b8fb874e",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}