Information about plays

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

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

{
    "id": 3603174,
    "uri": "https://api.kexp.org/v2/plays/3603174/?format=api",
    "airdate": "2026-01-11T18:33:44-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Ship For Two",
    "track_id": null,
    "recording_id": null,
    "artist": "O’Donel Levy",
    "artist_ids": [
        "1171bba7-9d5a-4c9f-8dda-9e6d9d82091e"
    ],
    "album": "Through A Song",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ILM Productions Inc"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "O’Donel Levy released \"A Ship For Two\" on the 1982 album Through A Song, with Aleta Greene providing duet vocals.\n\nHailing from Baltimore, O’Donel Levy studied music at the Peabody Institute at Johns Hopkins University. He later moved to New York City and toured with George Benson and Jimmy McGriff. He died in 2016 at age 70.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}