Information about plays

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

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

{
    "id": 3597558,
    "uri": "https://api.kexp.org/v2/plays/3597558/?format=api",
    "airdate": "2025-12-29T09:29:58-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vandalist (AATM)",
    "track_id": null,
    "recording_id": "1d828e5e-e3f5-4372-8c4c-2af33a77718a",
    "artist": "Noga Erez",
    "artist_ids": [
        "06479724-ee7d-471e-a3d4-4554330a0293"
    ],
    "album": "thE vandalisT AGAINST ALL THE MACHINES",
    "release_id": null,
    "release_group_id": "af3b4e4a-28a0-46c5-8071-583d80795390",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2025-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Noga Erez LIVE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}