Information about plays

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

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

{
    "id": 3635289,
    "uri": "https://api.kexp.org/v2/plays/3635289/?format=api",
    "airdate": "2026-03-29T19:08:23-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ABC Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Sesame Street",
    "artist_ids": [
        "d68700b6-aae7-478a-b75b-5ea8c6851cd4"
    ],
    "album": "Susan Sings Songs from Sesame Street",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Scepter Records, Inc."
    ],
    "label_ids": [
        "f3b86cda-64af-4c3d-8c20-3cfb84ef2bb9"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Susan (played by Loretta Long) sang the \"ABC Song\" in early episodes and was featured on the 1970 album Susan Sings Songs from Sesame Street and released as a 7-inch vinyl single on Scepter Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}