Information about plays

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

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

{
    "id": 3597136,
    "uri": "https://api.kexp.org/v2/plays/3597136/?format=api",
    "airdate": "2025-12-28T10:19:28-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last of the Steam-Powered Trains",
    "track_id": null,
    "recording_id": "787b0249-7d4b-44b3-87f3-e1fca68dc78e",
    "artist": "The Seldom Scene",
    "artist_ids": [
        "62014a59-8f3f-4f8a-80ed-5c2b794bde0d"
    ],
    "album": "Remains to be Scene",
    "release_id": null,
    "release_group_id": "a068fd64-8268-4276-920b-1609ac5388c4",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seldom Scene formed in Bethesda, Maryland in 1971. Nice pickin' on this Kinks tune.\n\nhttps://theseldomscene.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}