Information about plays

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

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

{
    "id": 3556053,
    "uri": "https://api.kexp.org/v2/plays/3556053/?format=api",
    "airdate": "2025-09-21T20:25:09-07:00",
    "show": 64626,
    "show_uri": "https://api.kexp.org/v2/shows/64626/?format=api",
    "image_uri": "https://coverartarchive.org/release/58df92bb-838b-406a-a131-eb04ef1bd6b4/16656043081-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58df92bb-838b-406a-a131-eb04ef1bd6b4/16656043081-250.jpg",
    "song": "The World Is a Place",
    "track_id": null,
    "recording_id": "0c73bd7c-2203-42aa-bdc7-f17f51d94fee",
    "artist": "Rhythm",
    "artist_ids": [
        "b35b0636-99da-4112-892d-3b3202bea9e7"
    ],
    "album": "Rhythm",
    "release_id": null,
    "release_group_id": "d63d0006-101e-487f-8f25-4a74129f9d41",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul/funk band Rhythm released \"The World Is A Place\" in 1976 on their self-titled debut album with RCA Victor.\n\nMembers of Rhythm included: Grayling Wallace, Jerry Pritchette, Kevin Parham, Kingsley Swan, Suzanne Swan, and Troy Robinson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}