Information about plays

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

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

{
    "id": 3607261,
    "uri": "https://api.kexp.org/v2/plays/3607261/?format=api",
    "airdate": "2026-01-21T15:12:10-08:00",
    "show": 65716,
    "show_uri": "https://api.kexp.org/v2/shows/65716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You Hearing (What I Hear)?",
    "track_id": null,
    "recording_id": "abe42d0f-050c-4740-b0d7-e8da7b2fc531",
    "artist": "Level 42",
    "artist_ids": [
        "d69ee229-2f36-494c-b104-9ae0d8be506b"
    ],
    "album": "The Pursuit of Accidents",
    "release_id": null,
    "release_group_id": "04af96ef-28ea-3270-ba96-195d19218b5c",
    "labels": [
        "Spectrum Music"
    ],
    "label_ids": [
        "b1ee0ca2-0aae-4d46-bb8e-11c0f20361ff"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Level 42 is a English band whose blend of smooth jazz, sophisticated pop, and funk topped the British charts during the 1980s and '90s.   Featuring Mark King (bass, vocals), Phil Gould (drums), Boon Gould (guitar), and Mike Lindup (keyboards), the band formed in 1979.   Here's a biography: https://www.allmusic.com/artist/level-42-mn0000255887#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}