Information about plays

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

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

{
    "id": 3639950,
    "uri": "https://api.kexp.org/v2/plays/3639950/?format=api",
    "airdate": "2026-04-09T15:59:00-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbece82b-be92-4873-bd97-3a996d7b0e2b/5796172853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbece82b-be92-4873-bd97-3a996d7b0e2b/5796172853-250.jpg",
    "song": "Where It's At (edit)",
    "track_id": null,
    "recording_id": "e026da8e-0f96-4494-a311-844bfd97fd0c",
    "artist": "Beck",
    "artist_ids": [],
    "album": "Where It's At",
    "release_id": null,
    "release_group_id": "cf6788a3-733e-3ae9-9009-06b788ed3115",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1996-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I wish I had more confidence. I think that’s probably my Achilles’ heel. If I had more, I probably would have felt emboldened to make more interesting music earlier on, or really go for it in an artistic or songwriting sense.” --Beck\n--\nHere's the official music video for \"Where It's At\": https://www.youtube.com/watch?v=EPfmNxKLDG4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}