Information about plays

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

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

{
    "id": 3538528,
    "uri": "https://api.kexp.org/v2/plays/3538528/?format=api",
    "airdate": "2025-08-10T22:36:46-07:00",
    "show": 64256,
    "show_uri": "https://api.kexp.org/v2/shows/64256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Z13",
    "track_id": null,
    "recording_id": "f0a85018-e136-4e51-b5a0-5c8f59feb2dd",
    "artist": "Fundamental Harmonics",
    "artist_ids": [
        "e1c67fc7-de8d-4c6b-9606-ee551c66656e"
    ],
    "album": "The Sound of Silence Project",
    "release_id": null,
    "release_group_id": "62657821-d39a-3ee5-accf-e37788eb4193",
    "labels": [
        "意态重组"
    ],
    "label_ids": [
        "00e8bbac-c583-477e-a18f-bed4058d6a76"
    ],
    "release_date": "2005-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}