Information about plays

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

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

{
    "id": 3552942,
    "uri": "https://api.kexp.org/v2/plays/3552942/?format=api",
    "airdate": "2025-09-14T11:53:32-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/5adf59d9-43de-4a78-9ebc-f8f1e3d8223e/42148455432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5adf59d9-43de-4a78-9ebc-f8f1e3d8223e/42148455432-250.jpg",
    "song": "Sonido cósmico",
    "track_id": null,
    "recording_id": "c2c843ea-e834-4eb7-ac37-e257f5de270e",
    "artist": "Hermanos Gutiérrez",
    "artist_ids": [
        "82b922a4-410d-4b89-ac2e-c0d1f00136cd"
    ],
    "album": "Sonido cósmico",
    "release_id": null,
    "release_group_id": "e62a945c-f07c-4feb-ae5e-f631d0e7f030",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the brothers live on KEXP https://youtu.be/QaejAfU-rfs?si=QuK4QtZRnBL7wUEK\n\nhttps://hermanosgutierrez.bandcamp.com/album/sonido-c-smico",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}