Information about plays

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

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

{
    "id": 3622876,
    "uri": "https://api.kexp.org/v2/plays/3622876/?format=api",
    "airdate": "2026-02-27T05:27:26-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold Day",
    "track_id": "1ede92f3-b182-3780-a677-f9b014503c6d",
    "recording_id": "ba1356e9-1b1d-4e9c-8bb7-74faf3f65d4d",
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "It’s a Wonderful Life",
    "release_id": "cd5985dc-c661-421b-9326-26921a82c0ac",
    "release_group_id": "ac143976-7acc-318e-b5cf-cb9a052be38f",
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2001-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Happy Birthday Willem, son of Erin!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}