Information about plays

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

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

{
    "id": 3596062,
    "uri": "https://api.kexp.org/v2/plays/3596062/?format=api",
    "airdate": "2025-12-26T00:55:50-08:00",
    "show": 65474,
    "show_uri": "https://api.kexp.org/v2/shows/65474/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Love Flow For Peace",
    "track_id": null,
    "recording_id": "f325c376-cdd0-4bea-b0c8-4c499294bfaa",
    "artist": "Sunbear",
    "artist_ids": [
        "8abe9518-c373-43a3-922f-0db4827da291"
    ],
    "album": "Sunbear",
    "release_id": null,
    "release_group_id": "cc5e8645-848f-418f-99d7-4a03eda03cc5",
    "labels": [
        "Soul Train"
    ],
    "label_ids": [
        "a58cf975-9582-4c06-815b-66b3380240c2"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}