Information about plays

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

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

{
    "id": 3564193,
    "uri": "https://api.kexp.org/v2/plays/3564193/?format=api",
    "airdate": "2025-10-12T11:57:19-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?format=api",
    "image_uri": "https://coverartarchive.org/release/89f122cd-7fe3-4346-8407-32f3a48b3b17/4025037540-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89f122cd-7fe3-4346-8407-32f3a48b3b17/4025037540-250.jpg",
    "song": "Tailpipe",
    "track_id": null,
    "recording_id": "596c428e-66d9-46fb-8a32-7147aa1c8c3c",
    "artist": "Vernon Wray",
    "artist_ids": [],
    "album": "Wasted",
    "release_id": null,
    "release_group_id": "a43ec662-2dd6-438d-bb1b-9578a6ba3a44",
    "labels": [
        "Vermillion"
    ],
    "label_ids": [
        "70e3dbd8-3a7f-4256-9533-bae9518465ae"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vernon Wray and his younger brother, Link Wray, are of Shawnee descent, native to Central Oklahoma.\n\nBorn in 1924 at Fort Vernon, NC, Vernon Ray went on to run one of the country’s first DIY record labels called Rumble Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}