Information about plays

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

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

{
    "id": 3607721,
    "uri": "https://api.kexp.org/v2/plays/3607721/?format=api",
    "airdate": "2026-01-22T17:07:54-08:00",
    "show": 65725,
    "show_uri": "https://api.kexp.org/v2/shows/65725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Penelope",
    "track_id": "59e4a9ab-828d-364c-a0b2-c4506e8d88b3",
    "recording_id": "53da904f-50e1-4867-9326-48e9fae6d074",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Blue Screen Life",
    "release_id": "5822a68c-1d06-4d2c-93a7-b261a8fc60a2",
    "release_group_id": "c4c05867-a68e-39c1-976d-54eeb1639489",
    "labels": [
        "Cutty Shark"
    ],
    "label_ids": [
        "e2df0caf-7512-45ad-8a88-23636996f14d"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pinback perform at The UC Theatre in Berkeley on February 26th!\nhttps://www.pinback.com/\n--\nSan Diego indie rock band. Blue Screen life  is Pinback's second studio album.\nThe band formed in 1998 by members Armistead Burwell Smith IV and Rob Crow, drummer Chris Prescott joined the band in 2005.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}