Information about plays

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

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

{
    "id": 3548548,
    "uri": "https://api.kexp.org/v2/plays/3548548/?format=api",
    "airdate": "2025-09-03T19:25:47-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df-35427280762_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df/mbid-0e7dc600-2c9e-4551-b099-453cfd2958df-35427280762_thumb250.jpg",
    "song": "Blow the Horns",
    "track_id": "c94b3894-433b-4483-acd8-89c7167f9ede",
    "recording_id": "fea8d4ba-bea7-45ca-9610-72e3c30c393a",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Oh Death",
    "release_id": "0e7dc600-2c9e-4551-b099-453cfd2958df",
    "release_group_id": "3fd2c3a0-13f5-41ba-abbd-bdf261f8ba52",
    "labels": [
        "Rocket Recordings"
    ],
    "label_ids": [
        "d681d3ce-6af2-4661-8b49-fc3d20f390a5"
    ],
    "release_date": "2022-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WEEKLY GOAT SACRIFICE!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}