Information about plays

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

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

{
    "id": 3567324,
    "uri": "https://api.kexp.org/v2/plays/3567324/?format=api",
    "airdate": "2025-10-19T20:12:02-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "https://ia903103.us.archive.org/16/items/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2-19358501942_thumb500.jpg",
    "thumbnail_uri": "https://ia803103.us.archive.org/16/items/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2/mbid-7301c84f-0fc8-46fb-9c9a-4285adf951a2-19358501942_thumb250.jpg",
    "song": "Can You Get to That",
    "track_id": "d60888e7-a323-3a93-80e9-021b9027373e",
    "recording_id": "6349e8ca-1b58-4f51-9e20-f69fcd3d5d00",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Music for Your Mother",
    "release_id": "7301c84f-0fc8-46fb-9c9a-4285adf951a2",
    "release_group_id": "e4e1bfda-2563-34a1-baed-f80abc3634d8",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1993-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funkadelic was a funk rock band formed in Plainfield, New Jersey in 1968 and active until 1982. The band and its sister act Parliament, both led by George Clinton, pioneered the funk music culture of the 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}