Information about plays

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

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

{
    "id": 3564661,
    "uri": "https://api.kexp.org/v2/plays/3564661/?format=api",
    "airdate": "2025-10-13T18:53:08-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Same Faces",
    "track_id": "b5b629c8-c231-44a1-95af-88e3de05f6d7",
    "recording_id": "eda6a669-cad4-493a-b5d2-0e5358a1ee18",
    "artist": "Bloqueador Solar",
    "artist_ids": [
        "3434d131-1032-4ffb-8a57-af6d2d48fac1"
    ],
    "album": "Same Faces",
    "release_id": "0c3801fa-0947-437e-b8d7-0fbd3fd5eafa",
    "release_group_id": "a4217718-2113-4fef-a0ba-486de98950bd",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bloqueador Solar is the solo project of Seattle based Otomi musician, Ulises Mariscal who is also a member of the band Tres Leches.\n--\nThe Otomi are an Indigenous people of the Americas who inhabit a discontinuous territory in central Mexico. They are linguistically related to the rest of the Otomanguean-speaking peoples.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}