Information about plays

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

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

{
    "id": 3632981,
    "uri": "https://api.kexp.org/v2/plays/3632981/?format=api",
    "airdate": "2026-03-24T04:18:37-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/8dc35066-e444-445a-a8c6-bb112f8bc844/4699015773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8dc35066-e444-445a-a8c6-bb112f8bc844/4699015773-250.jpg",
    "song": "One Beer",
    "track_id": null,
    "recording_id": "ba7a807f-a638-4bcf-9333-bf27729739fd",
    "artist": "MF DOOM",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "MM..FOOD",
    "release_id": null,
    "release_group_id": "ec84ab32-eb41-3d91-a099-7a01c72f21d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MF DOOM rapping over Madlib sampling Cortex’s ‘Huit Octobre 1971\" here.  Watch an animated DOOM as a tiny cyclops fighting for the last can of beer against a cyclops Quasimoto (a reference to DOOM collaborator Madlib) in the video: https://www.youtube.com/watch?v=h69FSgua80A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}