Information about plays

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

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

{
    "id": 3560996,
    "uri": "https://api.kexp.org/v2/plays/3560996/?format=api",
    "airdate": "2025-10-03T20:25:50-07:00",
    "show": 64736,
    "show_uri": "https://api.kexp.org/v2/shows/64736/?format=api",
    "image_uri": "https://coverartarchive.org/release/87591d82-ec1d-430d-b1ba-02675349c261/36131077873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87591d82-ec1d-430d-b1ba-02675349c261/36131077873-250.jpg",
    "song": "Let’s Start",
    "track_id": null,
    "recording_id": "3d3036d9-aacf-43ab-aa63-ed652441c78e",
    "artist": "Fela Ransome‐Kuti and the Afrika ’70",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Live!",
    "release_id": null,
    "release_group_id": "90d7d3e2-d544-3c66-ab84-84a986476460",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On August 30 in 1971, Fela Kuti and Africa '70 released \"Live!\" featuring former Cream drummer Ginger Baker on two songs including \"Let's Start.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}