Information about plays

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

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

{
    "id": 3631297,
    "uri": "https://api.kexp.org/v2/plays/3631297/?format=api",
    "airdate": "2026-03-20T03:03:16-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woo‐Hah!! (Jay‐Dee Bounce remix)",
    "track_id": null,
    "recording_id": "b0de8ca8-c584-42bf-8941-dda4f81b6cb9",
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "A.K.A. J. Yancey",
    "release_id": null,
    "release_group_id": "91e5f3d5-8616-44af-9c56-5dab280412f6",
    "labels": [
        "Golden Years"
    ],
    "label_ids": [
        "14eba2e0-629e-47ff-89a5-8b9ed6753910"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 1996!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}