Information about plays

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

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

{
    "id": 3550446,
    "uri": "https://api.kexp.org/v2/plays/3550446/?format=api",
    "airdate": "2025-09-08T12:52:25-07:00",
    "show": 64509,
    "show_uri": "https://api.kexp.org/v2/shows/64509/?format=api",
    "image_uri": "https://ia800204.us.archive.org/15/items/mbid-7579e370-417b-3473-a6f0-c30fb19acad5/mbid-7579e370-417b-3473-a6f0-c30fb19acad5-38531649903_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/15/items/mbid-7579e370-417b-3473-a6f0-c30fb19acad5/mbid-7579e370-417b-3473-a6f0-c30fb19acad5-38531649903_thumb250.jpg",
    "song": "Dance Yrself Clean",
    "track_id": "8d63e000-29d9-4436-b5a0-283935a2f0d0",
    "recording_id": "2351cd90-50cc-4862-bba0-6fa8b807b4e3",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "daaf88a4-61e4-4852-8d1f-f4db8382ea9c",
    "release_group_id": "8898e5eb-48aa-4eea-8569-d3a2e9adaf02",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get up and Dance Yrself Clean! Thanks for being here with us today on The Midday Show, we hope you have a great afternoon ahead!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}