Information about plays

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

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

{
    "id": 3547306,
    "uri": "https://api.kexp.org/v2/plays/3547306/?format=api",
    "airdate": "2025-08-31T20:49:18-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/5af603f1-204c-4734-a65a-35d8686bb1d3/6624757487-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5af603f1-204c-4734-a65a-35d8686bb1d3/6624757487-250.jpg",
    "song": "Inspirations From a Small Black Church on the Eastside of Detroit",
    "track_id": null,
    "recording_id": "1314e85b-dfa7-4ef5-ad07-62e951ef3f83",
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Small Black Church",
    "release_id": null,
    "release_group_id": "c63acdb3-d4f2-3e1b-b0c7-4ab0331d1bb2",
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "1995-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Built around a sample of gospel and electric guitar pioneer Sister Rosetta Tharpe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}