Information about plays

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

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

{
    "id": 3542112,
    "uri": "https://api.kexp.org/v2/plays/3542112/?format=api",
    "airdate": "2025-08-19T15:43:22-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia801603.us.archive.org/2/items/mbid-f050d40d-a1cd-40d6-a7a9-b747f0cbf70c/mbid-f050d40d-a1cd-40d6-a7a9-b747f0cbf70c-2451661450_thumb500.jpg",
    "thumbnail_uri": "https://ia601603.us.archive.org/2/items/mbid-f050d40d-a1cd-40d6-a7a9-b747f0cbf70c/mbid-f050d40d-a1cd-40d6-a7a9-b747f0cbf70c-2451661450_thumb250.jpg",
    "song": "Caller No. 99",
    "track_id": "0e43785c-4fbf-3f2a-963b-881d5b2be9d8",
    "recording_id": "3becd1cb-c96e-4ce4-8da9-cb6bc6a9a612",
    "artist": "Chris Cohen",
    "artist_ids": [
        "d06cbcab-2094-4b51-9ccf-f4af33494ef1"
    ],
    "album": "Overgrown Path",
    "release_id": "f050d40d-a1cd-40d6-a7a9-b747f0cbf70c",
    "release_group_id": "2aea048d-1549-4c9e-8deb-31e06f86e08f",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2012-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Chris Cohen is a singer-songwriter, producer and multi-instrumentalist from Los Angeles. He was a member of the band Deerhoof between 2002 and 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}