Information about plays

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

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

{
    "id": 3634360,
    "uri": "https://api.kexp.org/v2/plays/3634360/?format=api",
    "airdate": "2026-03-27T19:09:18-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "https://coverartarchive.org/release/a72c7be6-e33c-4a0d-9c2b-c3f8299abbb9/7895439365-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a72c7be6-e33c-4a0d-9c2b-c3f8299abbb9/7895439365-250.jpg",
    "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": "Fela's London Scene",
    "release_id": null,
    "release_group_id": "b00a525e-9b65-4665-b83f-5f031e41cf7e",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded 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"
}