Information about plays

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

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

{
    "id": 3599373,
    "uri": "https://api.kexp.org/v2/plays/3599373/?format=api",
    "airdate": "2026-01-02T19:06:34-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight to Finish",
    "track_id": null,
    "recording_id": "50e90607-7501-4f36-9f59-58a52155e009",
    "artist": "Fela Kuti & Afrika 70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If we are doing Nigeria we have to start with the godfather! Dig into his story, it incredible!\n\nRecorded at Abbey Road Studios. Pick up the reissue now!   https://felakuti.bandcamp.com/album/london-scene-1971",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}