Information about plays

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

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

{
    "id": 3605762,
    "uri": "https://api.kexp.org/v2/plays/3605762/?format=api",
    "airdate": "2026-01-17T23:33:06-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Age of Stupid",
    "track_id": null,
    "recording_id": "11b43e95-c9bd-46ac-8076-eee76d3df7e7",
    "artist": "The Jellybricks",
    "artist_ids": [
        "e3339805-8b01-46ab-a65d-eeedda7aec8e"
    ],
    "album": "Dreaming In Stereo",
    "release_id": null,
    "release_group_id": "bebbbf67-1b66-478c-abf5-e110b1f46239",
    "labels": [
        "Wicked Cool Records"
    ],
    "label_ids": [
        "2802655e-585d-43b8-a14e-d653c0fe002b"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jellybricks will be part of Little Steven's Underground Garage Cruise this April 3-7, from Miami to Cozumel, Mexico!\n\nhttps://www.thejellybricks.com/news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}