Information about plays

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

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

{
    "id": 3557766,
    "uri": "https://api.kexp.org/v2/plays/3557766/?format=api",
    "airdate": "2025-09-26T00:55:53-07:00",
    "show": 64661,
    "show_uri": "https://api.kexp.org/v2/shows/64661/?format=api",
    "image_uri": "https://ia800501.us.archive.org/10/items/mbid-d54d0d24-c3ba-435f-9ae9-60d2574c3027/mbid-d54d0d24-c3ba-435f-9ae9-60d2574c3027-22424238175_thumb500.jpg",
    "thumbnail_uri": "https://ia600501.us.archive.org/10/items/mbid-d54d0d24-c3ba-435f-9ae9-60d2574c3027/mbid-d54d0d24-c3ba-435f-9ae9-60d2574c3027-22424238175_thumb250.jpg",
    "song": "Zombie",
    "track_id": "b9edfc20-247c-498c-95df-0bfa504f3484",
    "recording_id": "cf8ec9dd-2a0d-4042-94e2-1b5fb11d62d1",
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "The Complete Works of Fela Anikulapo Kuti",
    "release_id": "d54d0d24-c3ba-435f-9ae9-60d2574c3027",
    "release_group_id": "fb6a6f9e-6dcf-42fe-a603-6e463cf65b67",
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "release_date": "2010-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}