Information about plays

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

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

{
    "id": 3592327,
    "uri": "https://api.kexp.org/v2/plays/3592327/?format=api",
    "airdate": "2025-12-17T15:58:32-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Portrait of Tracy",
    "track_id": null,
    "recording_id": "2d7c8108-5f97-44ea-9ede-8cc13ba5306e",
    "artist": "Jaco Pastorius",
    "artist_ids": [
        "46a6fac0-2e14-4214-b08e-3bdb1cffa5aa"
    ],
    "album": "Jaco Pastorius",
    "release_id": null,
    "release_group_id": "346b2263-a899-3d3e-8b08-84efe58dfe10",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1976-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jaco Pastorius, the man who revolutionized how the bass guitar is played and who is, for many, the best and most influential bass guitarist ever, didn’t start his musical life on the instrument. Instead, the man who would be the master of the fretless electric bass was a drummer.\nhttps://jacopastorius.com/life/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}