Information about plays

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

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

{
    "id": 3561605,
    "uri": "https://api.kexp.org/v2/plays/3561605/?format=api",
    "airdate": "2025-10-05T10:50:30-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/bee62ef6-b6cc-4016-a64f-bfb675af5c01/37676413889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bee62ef6-b6cc-4016-a64f-bfb675af5c01/37676413889-250.jpg",
    "song": "1995",
    "track_id": null,
    "recording_id": null,
    "artist": "Dave Niehaus",
    "artist_ids": [
        "37a6b962-8a65-450b-b9e5-0d066539300c"
    ],
    "album": "Dave Niehaus \"Voice Of The Mariners\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baseball Voices"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle Mariners heard Dave Niehaus announce the play-by-play from the very first game on April 6, 1977 to his passing on November 10, 2010. He broadcast 98% of the 5,385 regular season games played in Club history! Go M’s!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}