Information about plays

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

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

{
    "id": 3545105,
    "uri": "https://api.kexp.org/v2/plays/3545105/?format=api",
    "airdate": "2025-08-26T15:16:03-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://coverartarchive.org/release/c28e160b-3403-42a1-8a13-0963fb148cf9/31765264123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c28e160b-3403-42a1-8a13-0963fb148cf9/31765264123-250.jpg",
    "song": "Don’t Cost You Nothin’",
    "track_id": null,
    "recording_id": "3943ad10-c00a-4838-89ec-2af51f7f9342",
    "artist": "Ashford & Simpson",
    "artist_ids": [
        "403bec82-50c4-47fe-a8be-1882a5a43d82"
    ],
    "album": "Send It",
    "release_id": null,
    "release_group_id": "c79164f0-e9b2-38cd-9eda-6935a4ca2067",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1946, Valerie Simpson of Ashford and Simpson was born! Ashford & Simpson were an American husband-and-wife songwriting, production and recording duo composed of Nickolas Ashford and Valerie Simpson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}