Information about plays

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

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

{
    "id": 3544503,
    "uri": "https://api.kexp.org/v2/plays/3544503/?format=api",
    "airdate": "2025-08-25T04:34:04-07:00",
    "show": 64382,
    "show_uri": "https://api.kexp.org/v2/shows/64382/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Omeyocan",
    "track_id": null,
    "recording_id": null,
    "artist": "Cochemea",
    "artist_ids": [
        "d07dbd31-aa19-4c5b-b071-4f52b1f75e40"
    ],
    "album": "Vol III: Ancestros Futuros",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yaqui/Mescalero Apache\t\n\nBrand new music from Yaqui and Mescalero Apache artist Cochemea whose 3rd album on the Daptone label will be released on September 26th, 2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}