Information about plays

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

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

{
    "id": 3576358,
    "uri": "https://api.kexp.org/v2/plays/3576358/?format=api",
    "airdate": "2025-11-10T08:34:43-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "https://coverartarchive.org/release/dded88f7-6789-44ae-ac55-186e4ae191dc/34852473261-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dded88f7-6789-44ae-ac55-186e4ae191dc/34852473261-250.jpg",
    "song": "1-2-3 Sesame Street",
    "track_id": null,
    "recording_id": "514bdc84-bee0-401c-8e86-e22cae2e0467",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Sesame Street: Songs From the Street, Vol. 2",
    "release_id": null,
    "release_group_id": "4b5b6ad1-9067-471f-9ab9-b240e6b8c783",
    "labels": [
        "Sesame Workshop Catalog"
    ],
    "label_ids": [
        "3afa46e5-fb7a-4f99-a424-b3081e81af3c"
    ],
    "release_date": "2018-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.imdb.com/title/tt1046111/plotsummary/?ref_=tt_ov_pl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}