Information about plays

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

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

{
    "id": 3548413,
    "uri": "https://api.kexp.org/v2/plays/3548413/?format=api",
    "airdate": "2025-09-03T12:44:05-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Place",
    "track_id": "8163a12e-6369-471f-9a5e-b9f1202ef726",
    "recording_id": "5ba64ba7-ef52-42b0-a68e-a76c87bf642a",
    "artist": "Hex City",
    "artist_ids": [
        "90e217cd-5b7b-4746-8c67-d8caa365aa26"
    ],
    "album": "From the Ashes",
    "release_id": "22bea17c-7259-4c40-a414-4dcca1dd0b03",
    "release_group_id": "db547fed-437e-4c60-92a2-85d504c2a116",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}