Information about plays

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

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

{
    "id": 3554935,
    "uri": "https://api.kexp.org/v2/plays/3554935/?format=api",
    "airdate": "2025-09-19T08:35:35-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://ia800705.us.archive.org/31/items/mbid-5d1beac6-fc1c-4fc9-9d15-38f456da401e/mbid-5d1beac6-fc1c-4fc9-9d15-38f456da401e-8291192598_thumb500.jpg",
    "thumbnail_uri": "https://ia600705.us.archive.org/31/items/mbid-5d1beac6-fc1c-4fc9-9d15-38f456da401e/mbid-5d1beac6-fc1c-4fc9-9d15-38f456da401e-8291192598_thumb250.jpg",
    "song": "Losing My Edge",
    "track_id": "884c5295-7f24-3b73-b855-bd185db999a8",
    "recording_id": "4d24770d-8d84-4bfc-9d85-2269142d881e",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Losing My Edge",
    "release_id": "5d1beac6-fc1c-4fc9-9d15-38f456da401e",
    "release_group_id": "afe0ea13-b950-36cb-b0c2-1181ac30264f",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2002-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "supermodel* was influenced by LCD Soundsystem..\n--\n\"But have you seen my records?\"  Go here for a full list of all the musicians that James Murphy namechecks: https://genius.com/Lcd-soundsystem-losing-my-edge-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}