Information about plays

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

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

{
    "id": 3577175,
    "uri": "https://api.kexp.org/v2/plays/3577175/?format=api",
    "airdate": "2025-11-12T09:40:02-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Times",
    "track_id": "45ba5ac7-f9b5-3a8b-a166-d366a0d6faae",
    "recording_id": "005a072b-dc08-42c2-954f-a7eea747c4b5",
    "artist": "Chic",
    "artist_ids": [
        "a4ed036b-5f18-439c-b1e1-96d205bab255"
    ],
    "album": "Good Times / A Warm Summer Night",
    "release_id": "88d30556-0b3f-404b-8c13-9ce4d7065b94",
    "release_group_id": "e32ef794-28df-4d70-b1ff-bd61f6dd2505",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Where it all started: Thompson drumming on Chic's \"Good Times\", one of the most sampled tracks, ever. RIP Tony Thompson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}