Information about plays

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

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

{
    "id": 3544409,
    "uri": "https://api.kexp.org/v2/plays/3544409/?format=api",
    "airdate": "2025-08-24T22:39:50-07:00",
    "show": 64379,
    "show_uri": "https://api.kexp.org/v2/shows/64379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tunnel Drift (Ottomani Parker Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "Om Unit & Soreab",
    "artist_ids": [],
    "album": "Pressure 3D",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baroque Sunburst"
    ],
    "label_ids": [
        "94cb83f8-2db2-4624-9464-42d45a93f187"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://baroquesunburst.bandcamp.com/album/pressure-3d-bsun013",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}