Information about plays

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

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

{
    "id": 3542202,
    "uri": "https://api.kexp.org/v2/plays/3542202/?format=api",
    "airdate": "2025-08-19T21:01:03-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/517504ed-e515-406a-83d4-ff537323f9c7/22203443717-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/517504ed-e515-406a-83d4-ff537323f9c7/22203443717-250.jpg",
    "song": "Nova Lisboa",
    "track_id": null,
    "recording_id": "29d6d596-9098-4251-8c9b-fb9fa1369499",
    "artist": "Dino d'Santiago",
    "artist_ids": [
        "e766f527-74a1-4039-bb3b-29eca84267ea"
    ],
    "album": "Mundu Nôbu",
    "release_id": null,
    "release_group_id": "84133976-ea09-4061-94fd-0a149d026443",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dino d'Santiago is a Portuguese singer of Cape Verdean descent, a champion of Lisbon's new wave of Afro-electronic sounds, and a mainstay in Portugal's hip-hop and R&B scenes.\" -earthagency",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}