Information about plays

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

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

{
    "id": 3542634,
    "uri": "https://api.kexp.org/v2/plays/3542634/?format=api",
    "airdate": "2025-08-20T21:48:37-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Precious Ideas",
    "track_id": null,
    "recording_id": null,
    "artist": "Infinite Bisous",
    "artist_ids": [
        "34044799-e0d4-4ff1-80f1-2a8263d6f246"
    ],
    "album": "Unremarkable Building / Precious Ideas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tasty Morsels"
    ],
    "label_ids": [
        "6d4a8c1f-bff7-42d2-b273-c59ed96ed40c"
    ],
    "release_date": "2025-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'w/ love', 'period' and 'any-day-now' are available on vinyl or for free download on morsels.website\n\nhttps://infinitebisous.website/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}