Information about plays

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

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

{
    "id": 3545900,
    "uri": "https://api.kexp.org/v2/plays/3545900/?format=api",
    "airdate": "2025-08-28T13:58:57-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia600208.us.archive.org/29/items/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe-1399203463_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/29/items/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe-1399203463_thumb250.jpg",
    "song": "Can You Get to That",
    "track_id": "1143203d-c614-374f-8ebe-dec9a6510a6b",
    "recording_id": "a493d71a-9f21-4a45-a4c9-67e4828045d7",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": "54ce5abd-a4e7-32b0-b749-219f83d552fe",
    "release_group_id": "a334e612-e736-3b4f-82b4-c4dfb774983c",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1994-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When you base your love on credit and your loving days are done\nChecks you signed with a-love and kisses, later come back signed, \"Insufficient funds\" (Yeah, get to that)...\" Here are the lyrics: https://genius.com/Funkadelic-can-you-get-to-that-lyrics\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}