Information about plays

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

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

{
    "id": 3544730,
    "uri": "https://api.kexp.org/v2/plays/3544730/?format=api",
    "airdate": "2025-08-25T18:10:56-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7e7c980-d06a-40cb-a125-bb41a9de28f5/30356384753-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7e7c980-d06a-40cb-a125-bb41a9de28f5/30356384753-250.jpg",
    "song": "Theme From Shaft (Walter Verdi Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Theme From Shaft",
    "release_id": null,
    "release_group_id": "6d0ddb2c-d429-4c78-9c15-9821370400c6",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1971-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "number one on the Billboard Hot 100 in the United States in November 1971",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}