Information about plays

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

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

{
    "id": 3593930,
    "uri": "https://api.kexp.org/v2/plays/3593930/?format=api",
    "airdate": "2025-12-21T08:25:53-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pearly Ending",
    "track_id": null,
    "recording_id": "3d087a23-fa71-450a-9743-dbfbe452a2d6",
    "artist": "Elsa Hewitt",
    "artist_ids": [
        "383a3f64-c3c9-4f2e-a28b-9e52b4edd094"
    ],
    "album": "Dominant Heartstrings",
    "release_id": null,
    "release_group_id": "670ad120-8dfd-45a3-878e-d14027630a16",
    "labels": [
        "ERH"
    ],
    "label_ids": [
        "73f7235d-653c-4e25-98ac-76a00b504253"
    ],
    "release_date": "2025-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track off an excellent early 2025 album from British artist Elsa Hewitt that \"arose from playful improvisations, timeless epiphanies, and a period of rest and recovery\" ~ https://elsahewitt.bandcamp.com/album/dominant-heartstrings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}