Information about plays

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

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

{
    "id": 3428304,
    "uri": "https://api.kexp.org/v2/plays/3428304/?format=api",
    "airdate": "2024-11-21T15:24:05-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://ia801306.us.archive.org/17/items/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39-6491906051_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/17/items/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39/mbid-8fc6ad98-b37b-48b2-af99-b8cc1efcde39-6491906051_thumb250.jpg",
    "song": "Wonce Again Long Island",
    "track_id": "8839912c-2a1d-4dfb-a8a6-32ef4ca35e59",
    "recording_id": "a36eb027-0034-482a-902c-64c51613f7db",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Stakes Is High",
    "release_id": "cd049454-4b45-4f24-ad23-067cc63ef5e5",
    "release_group_id": "2a6020bf-93bf-384f-8378-af380159261d",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1996-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song that sampled the late saxophonist Lou Donaldson\" Who's Making Love.\" \n--\n \"Man the underground's about not being exposed So you better take your naked ass and put on some clothes...\" Here are the lyrics: https://genius.com/De-la-soul-wonce-again-long-island-lyrics ---",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}