Information about plays

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

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

{
    "id": 3592328,
    "uri": "https://api.kexp.org/v2/plays/3592328/?format=api",
    "airdate": "2025-12-17T16:01:16-08:00",
    "show": 65404,
    "show_uri": "https://api.kexp.org/v2/shows/65404/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Four Horsemen",
    "track_id": "d80b92d3-34f5-4fec-89bf-18c31658fc33",
    "recording_id": "d50bca1c-8e8c-49b6-9c16-9eae5a97630e",
    "artist": "Aphrodite’s Child",
    "artist_ids": [
        "51625f3d-adfa-4096-a7b9-113f5225cc58"
    ],
    "album": "666",
    "release_id": "86be6590-b884-47f0-ad5a-e6b18afc026e",
    "release_group_id": "9eb48d7e-2425-32d9-8d0b-54903d4a66be",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1989-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This concept album by Greek psychedelic rock band Aphrodite's Child tells the story of the Book of Revelation. This track was written by Vangelis Papathanassiou, who later went on to fame with his electronic music and film scores.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}