Information about plays

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

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

{
    "id": 3593497,
    "uri": "https://api.kexp.org/v2/plays/3593497/?format=api",
    "airdate": "2025-12-20T13:53:36-08:00",
    "show": 65430,
    "show_uri": "https://api.kexp.org/v2/shows/65430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mrs. Robinson",
    "track_id": "90ef8d59-967e-33b1-a188-10fb0f8d5252",
    "recording_id": "df569676-9c08-4bec-8137-daa122c04ca9",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Greatest Hits",
    "release_id": "952b1faf-07c9-3d55-973c-89659b483a03",
    "release_group_id": "a39bc4d1-82c9-3ff2-97d0-817f5913fb61",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Movie the Graduate was released on this day in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}