Information about plays

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

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

{
    "id": 3636266,
    "uri": "https://api.kexp.org/v2/plays/3636266/?format=api",
    "airdate": "2026-04-01T02:59:48-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bubble Bath",
    "track_id": "a034ecf9-6b17-3053-9722-0e48dc056281",
    "recording_id": "01f23c1d-de7b-4f46-914c-5d53eb63b3f2",
    "artist": "10¢",
    "artist_ids": [
        "dc575914-e2a3-4506-9f78-25c03c562f20"
    ],
    "album": "Buggin' Out",
    "release_id": "57daa012-f8f9-440b-878b-860232524734",
    "release_group_id": "ccc25584-2a01-39bf-b354-d6fe5f83047b",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}