Information about plays

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

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

{
    "id": 3638042,
    "uri": "https://api.kexp.org/v2/plays/3638042/?format=api",
    "airdate": "2026-04-05T04:00:31-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-70bad918-3388-4c06-ba27-84f5ac7767a2/mbid-70bad918-3388-4c06-ba27-84f5ac7767a2-41101015484_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-70bad918-3388-4c06-ba27-84f5ac7767a2/mbid-70bad918-3388-4c06-ba27-84f5ac7767a2-41101015484_thumb250.jpg",
    "song": "Pull Up to the Bumper",
    "track_id": "e7d125b9-639d-44ab-b21d-3f56f662f3e2",
    "recording_id": "5a66758a-a5d6-4252-b1ae-69fc72c6ca46",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Nightclubbing",
    "release_id": "1ddb7200-af95-4b9e-8fdf-3ffa76dd7738",
    "release_group_id": "8a0fff99-479d-3fe3-849f-0ddc8d22d304",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2014-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Several listeners texted to say that this song should be the sequel to the previous \"Underappreciated.\"\n--\n\"Pull Up to the Bumper\" contains samples of multiple elements of \"Peanut Butter\" by Compass Point All Stars.\n--\nHere's the great Grace Jones in a live performance of this suggestive song in 2024: https://www.youtube.com/watch?v=zi_vOAzJwB0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}