Information about plays

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

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

{
    "id": 3558911,
    "uri": "https://api.kexp.org/v2/plays/3558911/?format=api",
    "airdate": "2025-09-28T17:15:50-07:00",
    "show": 64692,
    "show_uri": "https://api.kexp.org/v2/shows/64692/?format=api",
    "image_uri": "https://ia903107.us.archive.org/6/items/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e-19182660669_thumb500.jpg",
    "thumbnail_uri": "https://ia903107.us.archive.org/6/items/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e-19182660669_thumb250.jpg",
    "song": "L.E.S. Artistes",
    "track_id": "7066f04f-73bb-3919-8a8a-d133b5c701dd",
    "recording_id": "2fa394e4-f71d-44e2-9c38-32789cc779f1",
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "Santogold",
    "release_id": "b6465e2f-1224-435d-9e61-ac74cb1ee41e",
    "release_group_id": "7f97b291-3e30-3ff4-b7fb-b9e7ff4539fd",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2008-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track goes out to Jane, who writes, \"It's been a rough weekend that's left me questioning why I do what I do a lot. I'd love to hear a song that always helps me find my way back, 'L.E.S. Artistes' by Santigold if you can fit that into the mix today!\"\n\nHang in there, Jane... you've got this!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}