Information about plays

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

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

{
    "id": 3596484,
    "uri": "https://api.kexp.org/v2/plays/3596484/?format=api",
    "airdate": "2025-12-26T22:49:48-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "X‐Rated",
    "track_id": null,
    "recording_id": "2744708d-70db-4f96-8863-4b08c641ecef",
    "artist": "Leon Thomas & Benny the Butcher",
    "artist_ids": [
        "412ff65d-26bf-4849-ba19-d2a58030fd1a",
        "8ffb6b8e-3933-4f93-b315-8f5293b1b350"
    ],
    "album": "Electric Dusk",
    "release_id": null,
    "release_group_id": "cd1b9756-e060-44af-ae91-762e948cd0f5",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2023-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}