Information about plays

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

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

{
    "id": 3635895,
    "uri": "https://api.kexp.org/v2/plays/3635895/?format=api",
    "airdate": "2026-03-31T05:58:11-07:00",
    "show": 66327,
    "show_uri": "https://api.kexp.org/v2/shows/66327/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Balcony Beach",
    "track_id": null,
    "recording_id": "e6b5091d-4b3f-4f1c-86be-18f7a5671d6d",
    "artist": "Latyrx",
    "artist_ids": [
        "eadbf3fe-2d88-47da-97e4-cfcd9a1a7d10"
    ],
    "album": "The Album",
    "release_id": null,
    "release_group_id": "0acdcde9-db8c-34e6-8de4-6caed7a9adf0",
    "labels": [
        "Quannum Projects"
    ],
    "label_ids": [
        "650ccc99-f851-4966-9b63-137b9d84926c"
    ],
    "release_date": "1997-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Brett in Altadena\n\nReleased in 1997, the first studio album by hip hop duo Latyrx - Lateef the Truthspeaker and Lyrics Born. The roots of their partnership lay in the formation of the Solesides collective at UC Davis. This track was produced by DJ Shadow. https://soundcloud.com/latyrx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}