Information about plays

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

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

{
    "id": 3638498,
    "uri": "https://api.kexp.org/v2/plays/3638498/?format=api",
    "airdate": "2026-04-06T05:01:16-07:00",
    "show": 66381,
    "show_uri": "https://api.kexp.org/v2/shows/66381/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen of the Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": "Voyager's Golden Record",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Moon Day! This song is included on the Golden Record aboard Voyager One, which is currently the furthest man made object floating in space. Today around 1:56 PM EST, the Artemis ll crew will break the record for the furthest humans have ever reached in space!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}