Information about plays

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

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

{
    "id": 3639915,
    "uri": "https://api.kexp.org/v2/plays/3639915/?format=api",
    "airdate": "2026-04-09T14:25:30-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medley: Tell Me How You Feel / (Don't Want No) Woman / My Friends",
    "track_id": null,
    "recording_id": "14c96460-fdc2-41b0-94fa-4508163202d1",
    "artist": "Lee Michaels",
    "artist_ids": [
        "5c601227-87b5-4c65-ad99-84f0eb9008ca"
    ],
    "album": "Hello: The Very Best of Lee Michaels",
    "release_id": null,
    "release_group_id": "65fb2a11-44ea-463d-a013-7a5efa83c9e1",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The drums in this song were sampled by Beck for \"Novacane.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}