Information about plays

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

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

{
    "id": 3601238,
    "uri": "https://api.kexp.org/v2/plays/3601238/?format=api",
    "airdate": "2026-01-07T02:24:57-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Times",
    "track_id": "593d2593-c02e-4b9c-b5af-acfdad7144d8",
    "recording_id": "a966474b-5c0a-4b80-aa56-b891a1512cfc",
    "artist": "Lady Shaka feat. Rubi Du",
    "artist_ids": [
        "21f5309b-2179-49a0-a4d8-17f8dfe0cebd",
        "493a6a9a-2a9d-467a-a411-fb9dda7f5bcd"
    ],
    "album": "Good Times",
    "release_id": "3e2b0936-27de-4e38-a518-908bd8e4071f",
    "release_group_id": "9248ffcf-523e-4279-b301-f191e20652d7",
    "labels": [
        "NLV Records"
    ],
    "label_ids": [
        "48b00293-61b8-41fa-b5ec-453875fcf767"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}