Information about plays

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

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

{
    "id": 3592933,
    "uri": "https://api.kexp.org/v2/plays/3592933/?format=api",
    "airdate": "2025-12-19T04:14:44-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back 4 More",
    "track_id": "ebb401df-8fad-489b-8977-ff436fa1ed82",
    "recording_id": "995e568f-e4d3-4365-9694-9c637ca80826",
    "artist": "Tuxedo",
    "artist_ids": [
        "fa5c2aed-38ae-4e32-b3a1-f50dac411b11"
    ],
    "album": "Tuxedo IV",
    "release_id": "753d969d-a7fd-45f4-9228-a39d7c70145e",
    "release_group_id": "99277fcd-44f1-4403-8762-31930d941b8a",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}