Information about plays

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

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

{
    "id": 3628660,
    "uri": "https://api.kexp.org/v2/plays/3628660/?format=api",
    "airdate": "2026-03-14T05:23:35-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da-29612588660_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da-29612588660_thumb250.jpg",
    "song": "Wild Women Don't Have the Blues",
    "track_id": "16206252-e6e9-3ebc-91e0-658df86c1e7d",
    "recording_id": "269c12bd-a230-4b59-b4e2-755ca6d25322",
    "artist": "Saffire - The Uppity Blues Women",
    "artist_ids": [
        "5c0f9df3-51a9-41e4-affa-6d1f3edc9244"
    ],
    "album": "Alligator Records 35 X 35",
    "release_id": "bd02d085-abcc-4d55-abd4-fd7b65d479da",
    "release_group_id": "11c9c1c7-5af8-34af-a845-914a539ec500",
    "labels": [
        "Alligator"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}