Information about plays

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

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

{
    "id": 3596208,
    "uri": "https://api.kexp.org/v2/plays/3596208/?format=api",
    "airdate": "2025-12-26T09:10:56-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back Again",
    "track_id": "4ad02ec9-ea86-4850-952b-ec0dd1f0e22e",
    "recording_id": "7fb90c4b-7443-4203-8ce3-17426b2b5455",
    "artist": "Ben Marc feat. Arrested Development & Speech",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1",
        "dee9c728-837e-4f31-a526-e999f61b6eae",
        "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": "https://benmarc.bandcamp.com/track/back-again-feat-arrested-development-speech",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}