Information about plays

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

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

{
    "id": 3667110,
    "uri": "https://api.kexp.org/v2/plays/3667110/?format=api",
    "airdate": "2026-06-12T23:16:08-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/65472630-d0cc-48cd-8ecb-7ada005738a3/36815224962-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65472630-d0cc-48cd-8ecb-7ada005738a3/36815224962-250.jpg",
    "song": "In the Sun",
    "track_id": null,
    "recording_id": "f740baec-7313-4e56-a13f-2b9f173d0994",
    "artist": "Large Professor with Q‐Tip",
    "artist_ids": [
        "39ba13b9-5534-4c2a-9aac-27d72bcaf22e",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "1st Class",
    "release_id": null,
    "release_group_id": "00bf9f95-8bae-307b-9406-285cb34b220b",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Skid!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}