Information about plays

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

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

{
    "id": 3568059,
    "uri": "https://api.kexp.org/v2/plays/3568059/?format=api",
    "airdate": "2025-10-21T14:13:43-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://ia801006.us.archive.org/19/items/mbid-e9f39f46-aead-3bff-bbb8-1427b6eca0a9/mbid-e9f39f46-aead-3bff-bbb8-1427b6eca0a9-38183554153_thumb500.jpg",
    "thumbnail_uri": "https://ia801006.us.archive.org/19/items/mbid-e9f39f46-aead-3bff-bbb8-1427b6eca0a9/mbid-e9f39f46-aead-3bff-bbb8-1427b6eca0a9-38183554153_thumb250.jpg",
    "song": "Disco Infiltrator",
    "track_id": "0b4ac518-332c-30e2-970d-7abb83f8e543",
    "recording_id": "5eda369a-e55f-4991-af2d-8976c986fa57",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": "e9f39f46-aead-3bff-bbb8-1427b6eca0a9",
    "release_group_id": "0276770a-5f4b-3b0a-936c-69e295f3c5b9",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LCD Soundsystem samples Kraftwerk’s “Home Computer” on this track. \n\nThe song goes well with this fanmade video of a dog eating bubbles: https://www.youtube.com/watch?v=PKUy75kUBO8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}