Information about plays

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

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

{
    "id": 3616473,
    "uri": "https://api.kexp.org/v2/plays/3616473/?format=api",
    "airdate": "2026-02-12T06:43:49-08:00",
    "show": 65911,
    "show_uri": "https://api.kexp.org/v2/shows/65911/?format=api",
    "image_uri": "https://ia601600.us.archive.org/35/items/mbid-df57eebf-5278-4a54-80d5-e276c0e71b76/mbid-df57eebf-5278-4a54-80d5-e276c0e71b76-9475306501_thumb500.jpg",
    "thumbnail_uri": "https://ia801600.us.archive.org/35/items/mbid-df57eebf-5278-4a54-80d5-e276c0e71b76/mbid-df57eebf-5278-4a54-80d5-e276c0e71b76-9475306501_thumb250.jpg",
    "song": "Bassem Sabry",
    "track_id": "4ecdf5d9-3860-4843-8741-99be0ffeba05",
    "recording_id": "52bdc53c-89d0-4634-bd9f-b35ea961e50f",
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "Aureate Gloom",
    "release_id": "df57eebf-5278-4a54-80d5-e276c0e71b76",
    "release_group_id": "5f8867e7-abbd-4b1f-9cbc-a6552a16b3a6",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2015-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Athens, GA, of Montreal was founded by frontperson Kevin Barnes in 1996, named after a failed romance between Barnes and a woman \"of Montreal\". The band is identified as part of the Elephant 6 collective. \n\nhttps://www.ofmontreal.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}