Information about plays

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

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

{
    "id": 3635509,
    "uri": "https://api.kexp.org/v2/plays/3635509/?format=api",
    "airdate": "2026-03-30T08:05:19-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b-23061320669_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b/mbid-ea9f2bfb-3800-4a47-b807-2649bae1155b-23061320669_thumb250.jpg",
    "song": "Signed, Sealed, Delivered I'm Yours",
    "track_id": "916e16df-d018-4107-b5ae-2ff7ba1d5c45",
    "recording_id": "0b25ece4-47b7-44a8-91ab-a537fd33be57",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Sweet Soul Music: 24 Scorching Classics From 1970",
    "release_id": "ea9f2bfb-3800-4a47-b807-2649bae1155b",
    "release_group_id": "90ed8bf7-ef92-4306-abc8-687ac7e0cca3",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder was just 20 years old when this track was released. What were you doing at 20 years old?!\n\nIt was the first track he ever produced. \nhttp://www.steviewonder.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}