Information about plays

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

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

{
    "id": 3532346,
    "uri": "https://api.kexp.org/v2/plays/3532346/?format=api",
    "airdate": "2025-07-27T09:10:06-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c1dd3ec-59d9-4e17-9926-9d86767df6ae/28000296254-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c1dd3ec-59d9-4e17-9926-9d86767df6ae/28000296254-250.jpg",
    "song": "It's All Over",
    "track_id": null,
    "recording_id": "a59f9186-2108-4c3f-87c4-91696b9c50b9",
    "artist": "Ofege",
    "artist_ids": [
        "52484336-bfdc-477f-91fd-93f854aa9df6"
    ],
    "album": "Higher Plane Breeze",
    "release_id": null,
    "release_group_id": "255ad064-2c91-435f-981a-eabd9c96172f",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third record from this group out of Lagos Nigeria.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}