Information about plays

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

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

{
    "id": 3633742,
    "uri": "https://api.kexp.org/v2/plays/3633742/?format=api",
    "airdate": "2026-03-26T04:16:22-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5cc9526-4961-4ccc-832d-ee35ce3f38d4/36342990554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5cc9526-4961-4ccc-832d-ee35ce3f38d4/36342990554-250.jpg",
    "song": "Do Ya Wanna Funk",
    "track_id": null,
    "recording_id": "85defc9a-1c4e-4a88-aa18-3333abdc5c82",
    "artist": "Sylvester with Patrick Cowley",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8",
        "32e68aa4-72cf-4421-95dc-6d46b55702dc"
    ],
    "album": "All I Need",
    "release_id": null,
    "release_group_id": "8a8e17e5-af96-3cfa-ac89-5a2e628518d9",
    "labels": [
        "Megatone Records"
    ],
    "label_ids": [
        "5c3e7089-ca08-4f3a-8252-670bf0174b06"
    ],
    "release_date": "1982-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Do Ya Wanna Funk\" is a 1982 dance song recorded by American recording artists Sylvester and Patrick Cowley. The song was inspired by \"I'm Your Jeanie\", a single by Jeanie Tracy, who was a background vocalist for Sylvester.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}