Information about plays

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

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

{
    "id": 3587273,
    "uri": "https://api.kexp.org/v2/plays/3587273/?format=api",
    "airdate": "2025-12-05T20:05:20-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sometin Small",
    "track_id": null,
    "recording_id": "608b1ff3-c752-4b71-97fd-308805b8b04c",
    "artist": "Juls feat. Worlasi & Cina Soul",
    "artist_ids": [
        "06059ff3-720e-4b33-8e34-b98933817fe8",
        "38c4c64e-c5ac-4c3e-826a-cda33d103a66",
        "97cfb888-e022-4fc0-87c2-a07351f50c78"
    ],
    "album": "PALMWINE DIARIES VOL.1",
    "release_id": null,
    "release_group_id": "a302ba80-f559-4761-b93e-beb37c587d31",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Juls never misses!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}