Information about plays

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

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

{
    "id": 3577578,
    "uri": "https://api.kexp.org/v2/plays/3577578/?format=api",
    "airdate": "2025-11-13T08:05:14-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Build a Home",
    "track_id": "b2f7543a-a9c1-326b-9cfb-cd3e5e1f93b9",
    "recording_id": "17f99dee-938e-4afd-bd13-e279339cdb08",
    "artist": "The Cinematic Orchestra",
    "artist_ids": [
        "7c158ea8-c0aa-410e-bdc1-20bba9759577"
    ],
    "album": "Ma fleur",
    "release_id": "a713e741-3996-45f2-b2d0-04dedf4312f2",
    "release_group_id": "31097baf-d4d2-3d2a-b332-8c2718b615fd",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2007-05-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is a place where I don't feel alone... This is a place where I feel at home...\": https://genius.com/The-cinematic-orchestra-to-build-a-home-lyrics\n -- \nThe vocals and piano are performed by Canadian singer-songwriter Patrick Watson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}