Information about plays

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

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

{
    "id": 3571096,
    "uri": "https://api.kexp.org/v2/plays/3571096/?format=api",
    "airdate": "2025-10-28T17:35:54-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://ia601900.us.archive.org/25/items/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202-17137828996_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/25/items/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202-17137828996_thumb250.jpg",
    "song": "Stairway to Heaven",
    "track_id": "e33a95ab-ab8b-3b0c-aa6d-7a9f5b8f378c",
    "recording_id": "ccfdd180-22e1-49b9-bd81-b5fcf2c6474e",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "[Led Zeppelin IV]",
    "release_id": "a55a7de4-5a1c-3c84-98c6-28b042ee5202",
    "release_group_id": "2e61da88-39e9-3473-81d2-c964cb394952",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Widely regarded as one of the greatest rock songs of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}