Information about plays

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

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

{
    "id": 3587278,
    "uri": "https://api.kexp.org/v2/plays/3587278/?format=api",
    "airdate": "2025-12-05T20:23:54-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear Not for Man",
    "track_id": null,
    "recording_id": "fed3988a-df8a-4170-802e-f192134a519e",
    "artist": "Fẹlá and Afrika 70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Fear Not for Man",
    "release_id": null,
    "release_group_id": "0770f39d-6a9e-3d93-b9c9-f410d9c62e3e",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fela Aníkúlápó Kuti was a Nigerian multi-instrumentalist, bandleader, composer, political activist, and Pan-Africanist. He is regarded as the pioneer of Afrobeat, an African music genre that combines traditional Yoruba with funk and jazz.\n\nhttps://felakuti.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}