Information about plays

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

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

{
    "id": 3594692,
    "uri": "https://api.kexp.org/v2/plays/3594692/?format=api",
    "airdate": "2025-12-23T01:44:00-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LV Sandals",
    "track_id": null,
    "recording_id": "c817bb5b-6596-4d88-a5c9-b40875aac84b",
    "artist": "EsDeeKid, fakemink & Rico Ace",
    "artist_ids": [
        "3d253cbd-fb66-4752-a8d1-f9b0db75bcea",
        "968847c6-2150-419d-b14b-68c672dcde99",
        "458ce43c-2d3e-46d2-b352-0476e59816da"
    ],
    "album": "Rebel",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another banger from this one\n\nhttps://www.youtube.com/watch?v=K6QjQeKfmUs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}