Information about plays

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

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

{
    "id": 3633733,
    "uri": "https://api.kexp.org/v2/plays/3633733/?format=api",
    "airdate": "2026-03-26T03:39:38-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1153afc-9613-4d43-997a-92c0791ba8bd/35750363324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1153afc-9613-4d43-997a-92c0791ba8bd/35750363324-250.jpg",
    "song": "I’m Just Ken",
    "track_id": null,
    "recording_id": "df47e71a-8f50-44e3-a7dc-2e0b9472990e",
    "artist": "Ryan Gosling",
    "artist_ids": [
        "a992d757-1207-499c-8be9-6537da8db2a8"
    ],
    "album": "Barbie: The Album",
    "release_id": null,
    "release_group_id": "866df188-ec18-448d-add1-e15e756e4f01",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2023-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The synth-driven middle section of \"I'm Just Ken\" interpolates Patrick Cowley and Sylvester's \"Menergy\". Kenergy!\n---\nMark Ronson co-wrote and produced this song with Andrew Wyatt. Ronson recorded a demo for director Greta Gerwig; she played it for Ryan Goslin, who said it affected him \"deeply\" and asked to perform it in the film - https://tinyurl.com/5fn78das",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}