Information about plays

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

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

{
    "id": 3546589,
    "uri": "https://api.kexp.org/v2/plays/3546589/?format=api",
    "airdate": "2025-08-30T05:30:43-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia601404.us.archive.org/13/items/mbid-7aa2e984-cbe6-3bc0-b9c7-9de370d87e11/mbid-7aa2e984-cbe6-3bc0-b9c7-9de370d87e11-1587535686_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/13/items/mbid-7aa2e984-cbe6-3bc0-b9c7-9de370d87e11/mbid-7aa2e984-cbe6-3bc0-b9c7-9de370d87e11-1587535686_thumb250.jpg",
    "song": "Fear of Trains",
    "track_id": "8b74742f-77ea-3966-bec6-e3d62a997ed3",
    "recording_id": "fe315c7b-d132-4b47-909f-6775fba2184b",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "The Charm of the Highway Strip",
    "release_id": "7aa2e984-cbe6-3bc0-b9c7-9de370d87e11",
    "release_group_id": "a5db12b8-5db8-3d07-b224-b357bfd66b97",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1994-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}