Information about plays

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

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

{
    "id": 3656167,
    "uri": "https://api.kexp.org/v2/plays/3656167/?format=api",
    "airdate": "2026-05-17T23:18:21-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Nothing (Objectiv remix)",
    "track_id": null,
    "recording_id": "1dafd6da-ee1d-46ed-aeda-d3a3267f8403",
    "artist": "Trex",
    "artist_ids": [
        "2429da5e-2c2b-4118-8f6e-970b9216388c"
    ],
    "album": "Steez",
    "release_id": null,
    "release_group_id": "fdd18501-f114-4a1c-8646-fa340b46461e",
    "labels": [
        "Sofa Sound Bristol"
    ],
    "label_ids": [
        "bd64dc79-ed2b-465b-ad69-31b8905bd333"
    ],
    "release_date": "2026-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}