Information about plays

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

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

{
    "id": 3581313,
    "uri": "https://api.kexp.org/v2/plays/3581313/?format=api",
    "airdate": "2025-11-22T05:05:37-08:00",
    "show": 65175,
    "show_uri": "https://api.kexp.org/v2/shows/65175/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8a73b16-f49b-4185-bf79-4fb32c298d06/32899441688-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8a73b16-f49b-4185-bf79-4fb32c298d06/32899441688-250.jpg",
    "song": "You Can Win",
    "track_id": null,
    "recording_id": "af63d059-f801-4ddb-a1ca-26ad0761ff19",
    "artist": "Bileo",
    "artist_ids": [
        "8e2e8594-eec2-40e6-bf69-b541123cf8c1"
    ],
    "album": "Disco With a Feeling",
    "release_id": null,
    "release_group_id": "dff6f080-7262-4607-b6a3-f85fcfaab893",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2019-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bileo released \"You Can Win\" in 1979, with \"Let's Go\" as its b-side.\n\nBill Williams (lead vocals), Bobby Love, Joe Fornis, Horn Arr and Maceo Jackson joined together to form Bileo, the American Funk/Soul band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}