Information about plays

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

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

{
    "id": 3640608,
    "uri": "https://api.kexp.org/v2/plays/3640608/?format=api",
    "airdate": "2026-04-11T05:50:14-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://ia600402.us.archive.org/35/items/mbid-f9f55929-636e-3fc9-8334-036c36b40991/mbid-f9f55929-636e-3fc9-8334-036c36b40991-39096607798_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-f9f55929-636e-3fc9-8334-036c36b40991/mbid-f9f55929-636e-3fc9-8334-036c36b40991-39096607798_thumb250.jpg",
    "song": "Keep the Customer Satisfied",
    "track_id": "db9856d3-33c5-3bae-9d34-e4a34d467d03",
    "recording_id": "c29b8606-9a19-490e-aaa9-ba7af07402a6",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bridge Over Troubled Water",
    "release_id": "f9f55929-636e-3fc9-8334-036c36b40991",
    "release_group_id": "c39f7f80-d42f-3669-9653-230f8e922083",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}