Information about plays

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

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

{
    "id": 3575779,
    "uri": "https://api.kexp.org/v2/plays/3575779/?format=api",
    "airdate": "2025-11-08T23:14:48-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Organization",
    "track_id": null,
    "recording_id": "a7c5ad0b-9d5c-4f0b-8c80-39ac677ec26a",
    "artist": "Final Count",
    "artist_ids": [
        "d098ff3e-c16f-40fc-9485-fa3b7debf1bb"
    ],
    "album": "Order Of The Kite Volume Two",
    "release_id": null,
    "release_group_id": "dea98dfa-163b-4398-b896-59b3652ffcf3",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Order of the Kite Volume Two is a double album compilation of Japanese hardcore punk from the mid to late 1980s, featuring bands such as The Clay, LSD, and The Execute.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}