Information about plays

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

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

{
    "id": 3538531,
    "uri": "https://api.kexp.org/v2/plays/3538531/?format=api",
    "airdate": "2025-08-10T22:52:54-07:00",
    "show": 64256,
    "show_uri": "https://api.kexp.org/v2/shows/64256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hidden Ground",
    "track_id": null,
    "recording_id": "85774e36-a981-472a-a08a-8873a4eb38e6",
    "artist": "not even noticed",
    "artist_ids": [
        "088dbb4f-c305-4f59-97d6-6917b473aae9"
    ],
    "album": "Beneath the Surface",
    "release_id": null,
    "release_group_id": "2805b4b1-def1-4b72-9f7f-debd8ebe0326",
    "labels": [
        "Craigie Knowes"
    ],
    "label_ids": [
        "d5e9a238-02df-4213-9311-d3420ddc2397"
    ],
    "release_date": "2025-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}