Information about plays

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

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

{
    "id": 3639905,
    "uri": "https://api.kexp.org/v2/plays/3639905/?format=api",
    "airdate": "2026-04-09T14:03:43-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/d95f390b-8249-498a-9e5f-3f675fda0ad6/8308265838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d95f390b-8249-498a-9e5f-3f675fda0ad6/8308265838-250.jpg",
    "song": "Everybody’s Got to Learn Sometime",
    "track_id": null,
    "recording_id": "d412ee04-364b-4ef9-9f39-55c50c05823c",
    "artist": "The Korgis",
    "artist_ids": [
        "6f49184a-8757-48d7-9145-f773ea572188"
    ],
    "album": "Everybody's Got to Learn Sometime / Dirty Postcards",
    "release_id": null,
    "release_group_id": "1f936848-bb7f-4e18-a461-866bbcaae69f",
    "labels": [
        "Rialto"
    ],
    "label_ids": [
        "b9ebe19f-c626-4b43-ba7a-8e9448758f8c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Since the 1980s, the song has had a life of its own, with more than 50 cover versions to date. My favourite is the dark and brooding version Beck did for the movie Eternal Sunshine of the Spotless Mind. I have to remind myself that this was something I wrote in 20 minutes on the piano one Sunday morning 45 years ago.\" --James Warren, songwriter\n--\nLearn how The Korgis made this classic song: https://www.theguardian.com/culture/2025/jan/13/how-the-korgis-made-everybodys-got-to-learn-sometime",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}