Information about plays

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

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

{
    "id": 3595507,
    "uri": "https://api.kexp.org/v2/plays/3595507/?format=api",
    "airdate": "2025-12-24T19:38:11-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satori, Part 3",
    "track_id": null,
    "recording_id": "03a6fbe7-b989-40d5-9389-d8e70267905e",
    "artist": "Flower Travellin’ Band",
    "artist_ids": [
        "50341127-f60e-4550-bccf-4b0ca1cc754f"
    ],
    "album": "Satori",
    "release_id": null,
    "release_group_id": "6eb2d39e-69f0-3db4-9d1e-c547069998e2",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Satori is the second album by Japanese rock band Flower Travellin' Band. Connected to Japan's counterculture movement and noted for their mixture of early heavy metal with psychedelic and progressive rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}