Information about plays

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

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

{
    "id": 3628060,
    "uri": "https://api.kexp.org/v2/plays/3628060/?format=api",
    "airdate": "2026-03-12T09:12:27-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://coverartarchive.org/release/976e626c-a749-4961-8bd2-021d9b37a25f/11151841064-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/976e626c-a749-4961-8bd2-021d9b37a25f/11151841064-250.jpg",
    "song": "Don’t You Want Me",
    "track_id": null,
    "recording_id": "1bd1cc85-f73f-4fbf-8fb4-55e20f50e72d",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Don’t You Want Me",
    "release_id": null,
    "release_group_id": "3daa5e36-793e-3af7-8a07-bc244a0a6157",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1981-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n\nThe lyrics were inspired after the Human League lead singer Philip Oakey read a photo-story in a teen-girl's magazine. Though the song had been conceived and recorded in the studio as a male solo, Oakey was inspired by the 1976 film A Star Is Born and decided to turn the song into a conflicting duet with one of the band's two teenage female vocalists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}