Information about plays

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

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

{
    "id": 3539421,
    "uri": "https://api.kexp.org/v2/plays/3539421/?format=api",
    "airdate": "2025-08-13T02:39:59-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/f6f6835c-2fc5-4901-b1b6-f19eb4ff50e1/1877841111-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f6f6835c-2fc5-4901-b1b6-f19eb4ff50e1/1877841111-250.jpg",
    "song": "Exhibitionism",
    "track_id": null,
    "recording_id": "e96b34de-8959-4d94-8117-5ca7f547f224",
    "artist": "Gina X Performance",
    "artist_ids": [
        "b58747f2-2002-4101-b9bc-e1e4fac254dc"
    ],
    "album": "Nice Mover",
    "release_id": null,
    "release_group_id": "ebd1c983-805a-35bb-94fa-9330d6e2a675",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1978-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Is it exhibitionism if nobody can see what you're wearing or not wearing in the DJ booth?)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}