Information about plays

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

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

{
    "id": 3545883,
    "uri": "https://api.kexp.org/v2/plays/3545883/?format=api",
    "airdate": "2025-08-28T13:15:46-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd1ef2ad-29ce-43ce-96da-b2ac8c67b808/37984496728-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd1ef2ad-29ce-43ce-96da-b2ac8c67b808/37984496728-250.jpg",
    "song": "Good Old Music",
    "track_id": null,
    "recording_id": "32078be9-c1e1-48dd-9e96-a721106d853a",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Funkadelic",
    "release_id": null,
    "release_group_id": "ba6de9b7-828e-35d4-adc5-ea71bdab836b",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1970-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music critic Greg Tate described the song as Funkadelic's \"A Love Supreme.\"\n---\nThis song is a remake of The Parliaments \"Good Old Music.\" That's the amazing Eddie Hazel on guitar and Mickey Atkins on the Hammond organ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}