Information about plays

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

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

{
    "id": 3619522,
    "uri": "https://api.kexp.org/v2/plays/3619522/?format=api",
    "airdate": "2026-02-19T13:23:37-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I.G.Y.",
    "track_id": null,
    "recording_id": "644575d3-df2c-4ca8-b7cf-a4f83387e81c",
    "artist": "Donald Fagen",
    "artist_ids": [
        "70047e57-0153-4117-b0fc-a1d2e322e5ef"
    ],
    "album": "The Nightfly",
    "release_id": null,
    "release_group_id": "a0f2615e-aebd-3300-99e3-626c4ea7bcae",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Count Bass D sampled multiple elements for his song \"Antemeridian.\"\n--\nThis was the debut single from Donald Fagen's (formerly of Steely Dan) debut solo album. The acronym stands for International Geophysical Year. This was a global scientific collaboration that took place from 1957 to 1958. The song uses this period, known for its optimism about scientific and technological progress, to explore themes of nostalgia and the gap between futuristic visions and reality.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}