Information about plays

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

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

{
    "id": 3594279,
    "uri": "https://api.kexp.org/v2/plays/3594279/?format=api",
    "airdate": "2025-12-22T01:57:07-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://coverartarchive.org/release/3352dcf1-37f8-4e83-b371-b4163a3744ca/41236863823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3352dcf1-37f8-4e83-b371-b4163a3744ca/41236863823-250.jpg",
    "song": "Smilin' Billy Suite",
    "track_id": null,
    "recording_id": "5ddf5bf0-7458-429d-b59d-faf8f6b41c0c",
    "artist": "The Heath Brothers",
    "artist_ids": [
        "0357c427-d302-4d55-b726-6519505d4d10"
    ],
    "album": "Marchin' On!",
    "release_id": null,
    "release_group_id": "b4d0241b-2fa7-323a-9e73-5b04ff8697d0",
    "labels": [
        "Strata-East"
    ],
    "label_ids": [
        "c83e07b1-3b95-4b6a-a4b8-a094e013cbdb"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1975 Marchin' On! record is a spiritual milestone and beauty in the Strata East catalog, from the Heath Brothers and Stanley Cowell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}