Information about plays

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

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

{
    "id": 3586748,
    "uri": "https://api.kexp.org/v2/plays/3586748/?format=api",
    "airdate": "2025-12-04T13:45:07-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Protect Ya Neck",
    "track_id": null,
    "recording_id": "27517d83-e7dd-4c86-a414-18dc0d95c94a",
    "artist": "Wu-Tang Clan",
    "artist_ids": [],
    "album": "Protect Ya Neck",
    "release_id": null,
    "release_group_id": "b3e96ab4-bd5f-34b5-b5d2-ca4cd1c78fc8",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1992-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For the drums on this song, producer RZA sampled \"a stone-cold soul classic—Otis Redding’s 'Hard to Handle.'\": https://create.routenote.com/blog/how-rza-produced-the-debut-wu-tang-clan-record-protect-ya-neck/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}