Information about plays

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

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

{
    "id": 3574477,
    "uri": "https://api.kexp.org/v2/plays/3574477/?format=api",
    "airdate": "2025-11-05T22:40:17-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/e43f17bd-76e9-4a74-a006-449c7d12e649/36122471738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e43f17bd-76e9-4a74-a006-449c7d12e649/36122471738-250.jpg",
    "song": "Family Life",
    "track_id": null,
    "recording_id": "bea3d008-8723-418a-933e-3f78c1b005cc",
    "artist": "The Particles",
    "artist_ids": [
        "406864c3-8500-4950-9f70-2fedf74210ee"
    ],
    "album": "1980s Bubblegum",
    "release_id": null,
    "release_group_id": "051184d3-1e90-4d90-b317-0975d9eeb29d",
    "labels": [
        "Chapter Music"
    ],
    "label_ids": [
        "35d4cdda-b0c7-40d7-b2de-f42ed8ab4b5b"
    ],
    "release_date": "2023-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Particles formed at the height of the punk movement in Sydney, Australia in 1977, and spent their early years hanging out with punk legends The Saints.\n\nhttps://theparticles.bandcamp.com/album/1980s-bubblegum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}