Information about plays

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

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

{
    "id": 3577061,
    "uri": "https://api.kexp.org/v2/plays/3577061/?format=api",
    "airdate": "2025-11-12T02:59:03-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try Me",
    "track_id": "34800699-e42a-4f8a-80de-0905ef5fdd3a",
    "recording_id": "72b4f16f-4987-4751-981b-5a0d2a3de619",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Redux",
    "release_id": "3f8ca372-b3a2-49ba-af0f-7293d76544ec",
    "release_group_id": "33d2ca98-e2fa-4207-abcc-65aa34be2716",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feb 18th in Oakland at the Fox Theater!\nFeb 20th in Seattle at The Paramount!\nFeb. 21 and 22nd at Revolution Hall in Portland! \nFeb 23 in Vancouver BC at the Commodore!\nA cover of James Brown's 'Try Me' and the first song released from Cat Power's upcoming 3-song EP 'Redux'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}