Information about plays

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

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

{
    "id": 3619004,
    "uri": "https://api.kexp.org/v2/plays/3619004/?format=api",
    "airdate": "2026-02-18T06:53:08-08:00",
    "show": 65964,
    "show_uri": "https://api.kexp.org/v2/shows/65964/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-bcedbdb0-8e2a-40f8-b388-90932b21435d/mbid-bcedbdb0-8e2a-40f8-b388-90932b21435d-10893644398_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-bcedbdb0-8e2a-40f8-b388-90932b21435d/mbid-bcedbdb0-8e2a-40f8-b388-90932b21435d-10893644398_thumb250.jpg",
    "song": "Dirt Off Your Shoulder",
    "track_id": "6238e412-eb3b-3658-bb52-805d91e0079c",
    "recording_id": "bd00407c-780f-460d-b6fc-f1092ea3dfa8",
    "artist": "Danger Mouse",
    "artist_ids": [
        "4b356f05-bcc2-4544-925b-fd9a1bf708be"
    ],
    "album": "The Grey Album",
    "release_id": "bcedbdb0-8e2a-40f8-b388-90932b21435d",
    "release_group_id": "5d9261c0-3ccf-3154-b331-ddde4c7b8ee0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Grey Album is a mashup album by Danger Mouse, mixing an acappella version of rapper Jay-Z's The Black Album with samples from the Beatles' self-titled ninth album, commonly known as \"The White Album\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}