Information about plays

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

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

{
    "id": 3560583,
    "uri": "https://api.kexp.org/v2/plays/3560583/?format=api",
    "airdate": "2025-10-02T20:13:14-07:00",
    "show": 64728,
    "show_uri": "https://api.kexp.org/v2/shows/64728/?format=api",
    "image_uri": "https://coverartarchive.org/release/618a15e8-17d0-4b6f-8071-62597afbc417/17962271009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/618a15e8-17d0-4b6f-8071-62597afbc417/17962271009-250.jpg",
    "song": "Balita",
    "track_id": null,
    "recording_id": "80ed321f-c953-47b1-9cc0-a741bd114bdd",
    "artist": "Asin",
    "artist_ids": [
        "d6ec8bfa-5d35-4dae-bc73-3f62ac1a49ef"
    ],
    "album": "Himig Ng Pag-ibig",
    "release_id": null,
    "release_group_id": "06f974e0-13e4-3c74-bf79-cfa5fefd9f18",
    "labels": [
        "Vicor Music Corporation"
    ],
    "label_ids": [
        "a2e2289f-0e7b-4542-b78c-6af7e958e5cf"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asin are a Pinoy folk rock band from the Philippines. They started as a trio in the late 1970s before becoming a quartet, and were originally known as the Salt of the Earth. \"Asin\" means salt in the Filipino language.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}