Information about plays

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

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

{
    "id": 3615855,
    "uri": "https://api.kexp.org/v2/plays/3615855/?format=api",
    "airdate": "2026-02-10T18:30:39-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shem",
    "track_id": "26e5830a-f7ca-459d-bd49-36ca94edeb53",
    "recording_id": "2d5ddf8e-423a-4d9e-b44d-de66fd67b702",
    "artist": "Redinho",
    "artist_ids": [
        "c213a6be-4194-440d-a13c-dba56d317921"
    ],
    "album": "Redinho",
    "release_id": "f5abff41-1a18-4a4b-abf6-56db93884e44",
    "release_group_id": "60f8f49b-5413-49b1-9894-c6d401406bf9",
    "labels": [
        "Numbers."
    ],
    "label_ids": [
        "48156ade-ac70-49b0-aad0-3e06b74bc5a7"
    ],
    "release_date": "2014-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nTom Calvert (born June 20 1981), is a music producer and multimedia artist from London. As a music producer, he has mainly worked under the alias \"Redinho\" - a made-up word meaning \"little red.\" https://redinho.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}