Information about plays

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

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

{
    "id": 3641241,
    "uri": "https://api.kexp.org/v2/plays/3641241/?format=api",
    "airdate": "2026-04-12T15:46:09-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://ia800509.us.archive.org/15/items/mbid-42065b7e-fa17-4589-99f0-04d605adbdaa/mbid-42065b7e-fa17-4589-99f0-04d605adbdaa-14114675414_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Take It as It Comes",
    "track_id": "b5e0859d-99b7-36d1-ac7e-5f2346d5df03",
    "recording_id": "4ba2d737-94b6-4eac-b792-405edad36d91",
    "artist": "Vivian Girls",
    "artist_ids": [
        "d0676301-7ffc-4ff6-8b38-f8aeb8553115"
    ],
    "album": "Share the Joy",
    "release_id": "42065b7e-fa17-4589-99f0-04d605adbdaa",
    "release_group_id": "82d94dc8-fb66-4df9-97b4-f45edfa4fce8",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2011-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2011!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}