Information about plays

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

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

{
    "id": 3639866,
    "uri": "https://api.kexp.org/v2/plays/3639866/?format=api",
    "airdate": "2026-04-09T12:06:09-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "https://coverartarchive.org/release/81df7fbe-8eab-4e7a-ada3-efe947649c1a/25157153095-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81df7fbe-8eab-4e7a-ada3-efe947649c1a/25157153095-250.jpg",
    "song": "It’s a Shame",
    "track_id": null,
    "recording_id": "45e498c0-42a6-4f83-a145-4041417eab50",
    "artist": "The Spinners",
    "artist_ids": [
        "fd2b6371-5b61-4068-8baa-9c333c97dfd7"
    ],
    "album": "2nd Time Around",
    "release_id": null,
    "release_group_id": "91cabb2f-0f2e-3361-a61d-2ec992e3a769",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's a Shame\" is a classic soul track released by The Spinners on June 11, 1970. It served as the group's breakthrough hit during their time with Motown Records.\n\nThe song was co-written and produced by Stevie Wonder, marking the first time he produced another artist independently.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}