Information about plays

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

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

{
    "id": 3523415,
    "uri": "https://api.kexp.org/v2/plays/3523415/?format=api",
    "airdate": "2025-07-06T10:22:17-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Chief (Complete Version)",
    "track_id": null,
    "recording_id": "aeee6123-9189-4ddb-a85d-a45ff9141441",
    "artist": "Professor Longhair",
    "artist_ids": [
        "c6177e77-151d-422d-bc87-57ae21d2780e"
    ],
    "album": "Ultimate New Orleans",
    "release_id": null,
    "release_group_id": "9faf2ee2-adcd-4265-9ca5-7da34300e828",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Henry Roeland Byrd, better known as Professor Longhair or \"Fess\" for short, is an American singer and pianist who performed New Orleans blues.\n\nhttps://rockhall.com/inductees/professor-longhair/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}