Information about plays

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

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

{
    "id": 3592638,
    "uri": "https://api.kexp.org/v2/plays/3592638/?format=api",
    "airdate": "2025-12-18T09:48:38-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "https://ia800808.us.archive.org/14/items/mbid-1acaa870-6e0c-4b6e-9e91-fdec4e5ea4b1/mbid-1acaa870-6e0c-4b6e-9e91-fdec4e5ea4b1-41504411326_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/14/items/mbid-1acaa870-6e0c-4b6e-9e91-fdec4e5ea4b1/mbid-1acaa870-6e0c-4b6e-9e91-fdec4e5ea4b1-41504411326_thumb250.jpg",
    "song": "Tainted Love",
    "track_id": "2d11b948-e55b-4c85-b208-4636744e8507",
    "recording_id": "ef4c6855-949e-4e22-b41e-8e0a2d372d5f",
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "Non-Stop Erotic Cabaret",
    "release_id": "1acaa870-6e0c-4b6e-9e91-fdec4e5ea4b1",
    "release_group_id": "e5bc1607-7947-3044-8558-6b4eae334c51",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP David Ball of Soft Cell, who died on October 22nd at 66. \n\nMarc Almond, Soft Cell frontman, described Ball as a  “wonderfully brilliant musical genius”. He also revealed that the pair had just finished work on a new record, ‘Danceteria’ – which will now be their “last album together”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}