Information about plays

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

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

{
    "id": 3549612,
    "uri": "https://api.kexp.org/v2/plays/3549612/?format=api",
    "airdate": "2025-09-06T12:43:32-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia903206.us.archive.org/0/items/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3-40468425664_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/0/items/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3-40468425664_thumb250.jpg",
    "song": "Fun Times",
    "track_id": "2801bccd-0957-4c65-9fc2-0169b99830f4",
    "recording_id": "05411415-aa80-4663-83c1-2fed8b86bc51",
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "City of Clowns",
    "release_id": "87ed2462-3ba6-499d-ad00-0994f78e66a3",
    "release_group_id": "8b470b51-eeaf-4ff6-b96a-e1f5a1f97385",
    "labels": [
        "Deewee"
    ],
    "label_ids": [
        "6c61c176-770f-44aa-a977-bade7dff5c76"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"City of Clowns\" is the sixth release from this Montreal-based, French-Canadian electronic musician.\n--\nOn KEXP's \"A Deeper Listen\" podcast, Marie Davidson talks with our Emily Fox about the new album: https://www.kexp.org/podcasts/a-deeper-listen/2025/3/4/how-big-tech-inspired-marie-davidsons-new-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}