Information about plays

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

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

{
    "id": 3525176,
    "uri": "https://api.kexp.org/v2/plays/3525176/?format=api",
    "airdate": "2025-07-10T13:35:43-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symphony 2000 (Radio Edit) Featuring Lady Luck, Method Man, Redman",
    "track_id": "1284fe6f-4259-4f1f-bc80-145118694b4a",
    "recording_id": "a03f6330-dc16-40eb-a1fb-e76460641b43",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Symphony 2000 featuring – Lady Luck, Method Man, Redman",
    "release_id": "c719e629-8281-44b8-9645-962678fe245c",
    "release_group_id": "02847d30-554f-49cf-8f3c-be03a8173ab6",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Symphony 2000\" is the lead single released from EPMD's sixth album, Out of Business. The song was produced by Erick Sermon and featured verses from EPMD's labelmates, Method Man & Redman and Lady Luck.\n--\nThe song sampled the famous main title song from the movie Uccellacci e Uccellini, composed by Ennio Morricone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}