Information about plays

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

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

{
    "id": 3585177,
    "uri": "https://api.kexp.org/v2/plays/3585177/?format=api",
    "airdate": "2025-11-30T20:52:30-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Father Time",
    "track_id": null,
    "recording_id": "e380fc3a-7c54-42aa-a93b-9755c868e7f6",
    "artist": "Newban",
    "artist_ids": [
        "2eb05ebf-8aa3-413d-bdad-a474488072c4"
    ],
    "album": "Newban",
    "release_id": null,
    "release_group_id": "984e9bfd-6c9f-4365-af3a-a426aa07fe21",
    "labels": [
        "Guinness Records"
    ],
    "label_ids": [
        "e253492d-5d21-47d6-92c4-b6b670cdcc89"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "White Plains, NY soul group Newban released \"Father Time\" on their self-titled debut album in 1977.\n\nAtlantic Starr originally went under the name Newban, who released two albums in 1977 ('Newban' and 'Newban 2', which featured 'Free Your Mind') for the Guinness Records imprint. Newban was comprised of Sharon Bryant, Jonathan Lewis, Porter Carroll and Joseph Phillips alongside Mark Slifstein, Keith Johnson, Albert Jones and Gregory Press. Recording out of Westwood, California, USA, the group changed their name, following the release of their debut single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}