Information about plays

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

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

{
    "id": 3667402,
    "uri": "https://api.kexp.org/v2/plays/3667402/?format=api",
    "airdate": "2026-06-13T15:38:50-07:00",
    "show": 66979,
    "show_uri": "https://api.kexp.org/v2/shows/66979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satellite (music from the HBO original series Insecure: Season 5)",
    "track_id": "f6f96b31-e2e2-42c8-8b24-ab43e18abb4a",
    "recording_id": "b25ba60a-8375-4227-a9a3-62c4b1572bb9",
    "artist": "Thundercat feat. Genevieve Artadi & Louis Cole",
    "artist_ids": [
        "fe8c33d8-067d-40b7-9454-a3b80ebce75d",
        "ff8cb8a8-47f7-47f4-963c-3b855798b36f",
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Satellite",
    "release_id": "495d5013-464d-4c19-87ea-d59d6944318d",
    "release_group_id": "552d430e-61c7-4037-be4e-4c60d59e1324",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2021-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was co-written by Thundercat (Stephen Bruner) and Genevieve Artadi. That's her lovely voice you're hearing.\n\nhttps://thundercat.bandcamp.com/\nhttps://genevieveartadi.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}