Information about plays

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

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

{
    "id": 3552362,
    "uri": "https://api.kexp.org/v2/plays/3552362/?format=api",
    "airdate": "2025-09-13T04:23:47-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://ia801908.us.archive.org/20/items/mbid-35fc11e3-241d-43f9-91f9-f441848687bb/mbid-35fc11e3-241d-43f9-91f9-f441848687bb-27071915216_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/20/items/mbid-35fc11e3-241d-43f9-91f9-f441848687bb/mbid-35fc11e3-241d-43f9-91f9-f441848687bb-27071915216_thumb250.jpg",
    "song": "Insight",
    "track_id": "03e9ddf8-2aa8-3834-9d63-c958ec6460e9",
    "recording_id": "254faed1-1bed-469a-9391-5a89d13f6ba4",
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Give Me Convenience or Give Me Death",
    "release_id": "35fc11e3-241d-43f9-91f9-f441848687bb",
    "release_group_id": "6aa789e7-862c-3359-a536-4c01857af850",
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}