Information about plays

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

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

{
    "id": 3551757,
    "uri": "https://api.kexp.org/v2/plays/3551757/?format=api",
    "airdate": "2025-09-11T15:47:41-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friday",
    "track_id": null,
    "recording_id": "709bfda7-6e2e-4928-b5bd-35b7ad134f6c",
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Friday - Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "1238f094-3a3b-4bec-9456-4a2de7efe958",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song contains multiple samples, including the vocals from George Clinton's \"Atomic Dog.\" You may have heard a reference to The Coasters' \"Yakety Yak\" and the drums from Zapp's \"More Bounce to the Ounce.\"  Here's a complete list: https://www.whosampled.com/Ice-Cube/Friday/samples/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}