Information about plays

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

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

{
    "id": 3566047,
    "uri": "https://api.kexp.org/v2/plays/3566047/?format=api",
    "airdate": "2025-10-16T19:04:59-07:00",
    "show": 64852,
    "show_uri": "https://api.kexp.org/v2/shows/64852/?format=api",
    "image_uri": "https://coverartarchive.org/release/4242b757-f4b9-4f23-ac19-3ee55ae35adb/41054639701-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4242b757-f4b9-4f23-ac19-3ee55ae35adb/41054639701-250.jpg",
    "song": "Free",
    "track_id": null,
    "recording_id": "150d5ff1-5edb-42be-8bd3-185670b6ad7d",
    "artist": "The Martinis",
    "artist_ids": [
        "097524cf-ae0f-4ff8-9970-f406ac03b1e4"
    ],
    "album": "Empire Records: The Soundtrack",
    "release_id": null,
    "release_group_id": "9769f25b-312e-3204-874d-e99751ef00a7",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Filipino American History Month continues! Shout to Joey Santiago (Pixies) and his then-wife Linda Mallari, who formed the duo The Martinis, releasing music from 1995-2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}