Information about plays

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

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

{
    "id": 3608004,
    "uri": "https://api.kexp.org/v2/plays/3608004/?format=api",
    "airdate": "2026-01-23T09:24:56-08:00",
    "show": 65730,
    "show_uri": "https://api.kexp.org/v2/shows/65730/?format=api",
    "image_uri": "https://ia800308.us.archive.org/4/items/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e-3049629726_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/4/items/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e-3049629726_thumb250.jpg",
    "song": "Skin of the Night",
    "track_id": "4ae96c95-a4ec-3ab3-84ec-9fd1e1e44421",
    "recording_id": "fdf4ec39-e927-4148-a0d5-c3b7c85cc634",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": "81fa7a0e-451f-3e51-8bc8-b8ab2b599bf0",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Anthony Gonzalez and singer-songwriter Morgan Kibby, aka White Sea. \n--\nSee a live performance in London in 2012:  https://www.youtube.com/watch?v=Wmwd_Zfq5-Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}