Information about plays

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

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

{
    "id": 3601610,
    "uri": "https://api.kexp.org/v2/plays/3601610/?format=api",
    "airdate": "2026-01-08T00:32:55-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Porvenir",
    "track_id": "2d757551-3a01-4fdd-a681-51761472a6b2",
    "recording_id": "81f55aac-f55f-4a1b-ab90-78da08cf8fcd",
    "artist": "Sotomayor",
    "artist_ids": [
        "9968588b-d2e9-4aec-83ee-d733a376b39d"
    ],
    "album": "WABI SABI",
    "release_id": "e9dfc6fd-3f9e-43ee-87c1-98d7e5c6f370",
    "release_group_id": "bb344fef-16f9-4fa4-8f46-d06c4f3d0f70",
    "labels": [
        "Wonderwheel Recordings"
    ],
    "label_ids": [
        "dc6e6168-8e93-4cfa-b0d6-dfa68a1adae3"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sotomayor is the music project of siblings Paulina and Raul from Mexico City, an elegant blend between afro latin rhythms and electronic beats. They played during Live on KEXP from Mexico City in 2019: \n\nhttps://www.kexp.org/watch/sotomayor\n\nhttps://sotomayor.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}