Information about plays

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

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

{
    "id": 3594386,
    "uri": "https://api.kexp.org/v2/plays/3594386/?format=api",
    "airdate": "2025-12-22T08:06:42-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Homeless Maccabie",
    "track_id": "a88b75aa-e748-45b4-bb2d-b7da2ded1da4",
    "recording_id": "d911d04c-dcb7-41cd-8576-0bbf3c5d448f",
    "artist": "Ben Marc feat. Σtella",
    "artist_ids": [
        "b0a53552-bddc-4c04-9839-be03f42b4cdf",
        "1bf41653-37f0-4b0f-a46b-a3e00820d72f"
    ],
    "album": "Who Cares Wins",
    "release_id": "7a2b421e-b429-4c40-8de0-a08b1ea66bcc",
    "release_group_id": "9d7d88c6-b039-45c8-a978-ce9294a24d54",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Who Cares Wins, the second full-length Ben Marc album — derived during the pandemic while he was working as a volunteer for the National Health Service in England, delivering food and providing support to the elderly in his area — is a swirling of those different lives: “I ended up thinking, ‘Well, it’s a genre — it’s just me,’” he said. “I wanted to bring out both worlds.” \n\nhttps://benmarc.bandcamp.com/album/who-cares-wins",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}