Information about plays

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

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

{
    "id": 3557449,
    "uri": "https://api.kexp.org/v2/plays/3557449/?format=api",
    "airdate": "2025-09-25T04:53:31-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "https://coverartarchive.org/release/475ef81f-3cff-47ad-becf-f4d5c32b2d99/23107253818-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/475ef81f-3cff-47ad-becf-f4d5c32b2d99/23107253818-250.jpg",
    "song": "Eli's Coming",
    "track_id": null,
    "recording_id": "900dbacc-6b1c-4ce6-a120-a633982f738f",
    "artist": "Laura Nyro",
    "artist_ids": [
        "bb0a1e95-9444-4a05-a1bb-22b8d7ed7844"
    ],
    "album": "Eli and the Thirteenth Confession",
    "release_id": null,
    "release_group_id": "c5410670-fce4-3139-9fab-6806d79171c5",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eli and the Thirteenth Confession is the second album by New York City-born singer, songwriter, and pianist Laura Nyro.\n\nhttp://lauranyro.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}