Information about plays

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

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

{
    "id": 3570748,
    "uri": "https://api.kexp.org/v2/plays/3570748/?format=api",
    "airdate": "2025-10-27T21:28:51-07:00",
    "show": 64952,
    "show_uri": "https://api.kexp.org/v2/shows/64952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ojitos Mentirosos",
    "track_id": null,
    "recording_id": null,
    "artist": "Chino Pacas",
    "artist_ids": [
        "d4065b73-145c-4b82-a474-b622474dd5a1"
    ],
    "album": "Cristian",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Pata -- Thanks for listening!\n\nPlenty of history behind this song -- https://www.facebook.com/ItsDevilEx/videos/la-historia-de-ojitos-mentirosos-la-cumbia-que-volvio-30-a%C3%B1os-despu%C3%A9s-ojitosment/791219233338537/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}