Information about plays

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

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

{
    "id": 3630339,
    "uri": "https://api.kexp.org/v2/plays/3630339/?format=api",
    "airdate": "2026-03-17T21:47:01-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk Long",
    "track_id": null,
    "recording_id": null,
    "artist": "Psylo and Kinida",
    "artist_ids": [],
    "album": "Walk Long",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Psylo"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brooklyn-based artist, KINIDA, makes sure to always include visuals alongside her music, as a representation of the explosive creativity she has access to, in attempts to “paint a picture” with her art. She releases videos to represent her style, which melds together hyperrealism, and a consideration for the substantiality of human emotion through her lyricism (which fluctuates between her mother-tongue, Korean, and English",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}