Information about plays

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

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

{
    "id": 3580479,
    "uri": "https://api.kexp.org/v2/plays/3580479/?format=api",
    "airdate": "2025-11-20T02:45:22-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cybernetics Is an Old Science",
    "track_id": null,
    "recording_id": "23bb5983-3736-4052-a8f1-677f709aac7a",
    "artist": "Hieroglyphic Being & J.I.T.U. Ahn-Sahm-Buhl",
    "artist_ids": [
        "36c4a84d-cd0b-4448-a94a-08daad408784",
        "daa24b83-5335-44e4-8938-2d818cc852c7"
    ],
    "album": "We Are Not the First",
    "release_id": null,
    "release_group_id": "b71cd4c2-9df6-40c7-b4a6-1f685e20c014",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2015-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hieroglyphicbeing.bandcamp.com/album/we-are-not-the-first",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}