Information about plays

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

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

{
    "id": 3640671,
    "uri": "https://api.kexp.org/v2/plays/3640671/?format=api",
    "airdate": "2026-04-11T09:04:47-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dubbing in the Front Yard",
    "track_id": null,
    "recording_id": "f962a9fd-5e5e-4a3d-8cea-907df2e68549",
    "artist": "Bunny Lee, Prince Jammy & The Aggrovators",
    "artist_ids": [
        "16ad0626-7c09-455c-8841-0cc4b157c22b",
        "7d2f071d-ffa4-4ce7-bea2-0685374c1b2a",
        "d2eba907-21a2-4240-8667-1da3a1fe63d0"
    ],
    "album": "Dubbing in the Front Yard & Conflict Dub",
    "release_id": null,
    "release_group_id": "e7b461df-6c38-4f90-9d0c-26644a75a711",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}