Information about plays

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

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

{
    "id": 3593068,
    "uri": "https://api.kexp.org/v2/plays/3593068/?format=api",
    "airdate": "2025-12-19T11:50:42-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beginning From the Ending",
    "track_id": "30a27ff0-fd7d-46d3-bd6b-d46037db1725",
    "recording_id": "e1d0b081-f118-49b5-974a-5328f9acfb1b",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "is",
    "release_id": "3049ec41-d79e-411f-9b29-876fd53ff889",
    "release_group_id": "fc90e851-b26e-4648-9ff7-e979a336757b",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#78 on our countdown of YOUR favorite albums of 2025\n\nOut of Louisville, KY, My Morning Jacket released the album 'is' in March! \nhttps://mmorningjacket.bandcamp.com/\n\nKEXP's Chris Sanley writes that the new album: \"showcases My Morning Jacket’s signature roots and psych-tinged alt-rock with memorable guitar lines, catchy rhythms, and Jim James’ unmistakable vocals,\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}