Information about plays

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

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

{
    "id": 3596509,
    "uri": "https://api.kexp.org/v2/plays/3596509/?format=api",
    "airdate": "2025-12-27T00:10:37-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "F.I.C.O.",
    "track_id": "dc422fa1-ef7c-44db-b048-bf46a1a95cf9",
    "recording_id": "b7dc0d52-303a-4ce0-8d71-264574ad6d06",
    "artist": "Clipse & Stove God Cooks",
    "artist_ids": [
        "e6424fa5-08d3-41c6-96f3-8549f733708c",
        "fe7aac6d-cc69-401b-82ab-8f09ead93068"
    ],
    "album": "Let God Sort Em Out",
    "release_id": "b65cfcb5-9a09-4902-8c27-caced55b204d",
    "release_group_id": "18cdc08c-03a1-4e55-9624-b7f9dbb968f5",
    "labels": [
        "Roc Nation Distribution"
    ],
    "label_ids": [
        "a9126a7c-9d19-4a2f-ba44-8a9a582b8ed0"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And Drake hasn't recovered since The End.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}