Information about plays

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

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

{
    "id": 3639303,
    "uri": "https://api.kexp.org/v2/plays/3639303/?format=api",
    "airdate": "2026-04-08T03:25:24-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://ia800104.us.archive.org/7/items/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03-4781812766_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03/mbid-6b647876-3eb2-362a-9bcc-d2443ba8db03-4781812766_thumb250.jpg",
    "song": "New York Strait Talk",
    "track_id": "d09d7186-daf8-42c2-9c93-e41652a98b05",
    "recording_id": "8fe1c4a2-f968-4f18-9547-813deda55256",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Moment of Truth",
    "release_id": "a75b5a2a-4034-41db-9182-e598cc90f152",
    "release_group_id": "248b3e39-8504-3253-97be-e6afdf6c22fa",
    "labels": [
        "Noo Trybe Records"
    ],
    "label_ids": [
        "199e81ae-828e-45ce-8e67-44580143dda7"
    ],
    "release_date": "1998-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}