Information about plays

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

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

{
    "id": 3608870,
    "uri": "https://api.kexp.org/v2/plays/3608870/?format=api",
    "airdate": "2026-01-25T07:24:30-08:00",
    "show": 65750,
    "show_uri": "https://api.kexp.org/v2/shows/65750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forest Dub",
    "track_id": null,
    "recording_id": null,
    "artist": "Space Ghost",
    "artist_ids": [
        "1da14893-a125-4632-af7f-44d64480ba46"
    ],
    "album": "Medusozoa Vol. V",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tartelet"
    ],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland-based artist Space Ghost's contribution to Danish label Tartelet Records' upcoming 'Medusozoa Vol. V' compilation spotlighting \"the label’s deepest and most laid-back transmissions\" ~ https://tarteletrecords.bandcamp.com/album/medusozoa-vol-v-1m:: \nCheck out Space Ghost's guest DJ mix for KEXP's Midnight in a Perfect World series: https://www.kexp.org/read/2025/6/24/midnight-in-a-perfect-world-space-ghost/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}