Information about plays

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

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

{
    "id": 3552704,
    "uri": "https://api.kexp.org/v2/plays/3552704/?format=api",
    "airdate": "2025-09-13T21:51:53-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step On Your Dick",
    "track_id": null,
    "recording_id": null,
    "artist": "Bürien",
    "artist_ids": [
        "485c65c0-eb50-4fb4-806c-8ce9b371b76d"
    ],
    "album": "Pay No Attention To This",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "IFA Records"
    ],
    "label_ids": [
        "9692562a-2a34-425f-82c2-a54b9d0d5ca8"
    ],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Burien vocalist, Richard Lefebvre ran the recording studio The Ranch and also has a business restoring and building hot rods and other cars.\n\nhttps://burien.bandcamp.com/album/im-addicted-to-pills\nhttps://www.facebook.com/p/B%C3%BCri%C3%ABn-100031967873216/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}