Information about plays

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

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

{
    "id": 3637458,
    "uri": "https://api.kexp.org/v2/plays/3637458/?format=api",
    "airdate": "2026-04-03T22:48:59-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hands n Feet",
    "track_id": null,
    "recording_id": "f0b39b7c-1e37-4a51-9ba6-b451f087ea25",
    "artist": "Elucid & Sebb Bash feat. Estee Nack",
    "artist_ids": [
        "1206c904-9282-494d-b9c7-49e8fb201e69",
        "e34fef2d-2d3e-4847-b904-a6ec4c7e3f32",
        "e7fe4be9-ccc4-4683-9b20-ff1ca7069326"
    ],
    "album": "I Guess U Had to Be There",
    "release_id": null,
    "release_group_id": "8c2d455e-aa05-463f-a1e8-d3f62883275a",
    "labels": [
        "Backwoodz Studioz"
    ],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}