Information about plays

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

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

{
    "id": 3613067,
    "uri": "https://api.kexp.org/v2/plays/3613067/?format=api",
    "airdate": "2026-02-04T09:37:33-08:00",
    "show": 65837,
    "show_uri": "https://api.kexp.org/v2/shows/65837/?format=api",
    "image_uri": "https://ia801201.us.archive.org/3/items/mbid-6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4/mbid-6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4-20896128117_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/3/items/mbid-6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4/mbid-6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4-20896128117_thumb250.jpg",
    "song": "Wishing Well",
    "track_id": "d85c47b6-bdc4-3c6f-9edb-b8d5d6cd7d9a",
    "recording_id": "d113c7be-7440-4817-80a1-cf1f59e187ee",
    "artist": "Terence Trent D’Arby",
    "artist_ids": [
        "91f603ca-b126-42a2-9c29-820ca687347c"
    ],
    "album": "Introducing the Hardline According to Terence Trent D’Arby",
    "release_id": "6f1572c4-b7b4-39b7-a5f4-e82fd0abb8a4",
    "release_group_id": "8958b20d-ce4a-3fa3-95e3-cff2273211aa",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1987-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to the one, the only, Owen Murphy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}