Information about plays

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

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

{
    "id": 3635907,
    "uri": "https://api.kexp.org/v2/plays/3635907/?format=api",
    "airdate": "2026-03-31T06:44:57-07:00",
    "show": 66327,
    "show_uri": "https://api.kexp.org/v2/shows/66327/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Written All Over Your Face",
    "track_id": null,
    "recording_id": "6d6fd9a5-719b-4c31-b016-fa7b8aa94844",
    "artist": "Gerald Levert with Rude Boys",
    "artist_ids": [
        "9363bf34-2bc4-471e-b6c9-9e8aac379551",
        "a45a6bca-9329-4116-a7f8-0a273031c6b4"
    ],
    "album": "Black Music Lounge Part II",
    "release_id": null,
    "release_group_id": "685b492a-e45b-41a0-9b87-90b4536a0d0e",
    "labels": [
        "Warner Music"
    ],
    "label_ids": [
        "3730c0ea-3dc2-45c3-ac5c-9d482921ea51"
    ],
    "release_date": "2013-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Written All Over Your Face\" is the signature 1990 R&B hit by the Cleveland-based group The Rude Boys, featuring guest vocals from their mentor and producer, the late Gerald Levert.\n\nCheck out the Rude Boys and Gerald Levert performing LIVE at the Apollo in 1991:  https://youtu.be/oHOvZw9CIx0?si=TvFJLGJduvOUkwRs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}