Information about plays

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

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

{
    "id": 3542098,
    "uri": "https://api.kexp.org/v2/plays/3542098/?format=api",
    "airdate": "2025-08-19T14:52:19-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia800207.us.archive.org/15/items/mbid-4ca08c02-7ecd-4aa0-bd37-000fa5c7a075/mbid-4ca08c02-7ecd-4aa0-bd37-000fa5c7a075-42774347634_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/15/items/mbid-4ca08c02-7ecd-4aa0-bd37-000fa5c7a075/mbid-4ca08c02-7ecd-4aa0-bd37-000fa5c7a075-42774347634_thumb250.jpg",
    "song": "Seeing Red",
    "track_id": "f680bbf2-4dbe-408a-b29d-a74c860fe8a9",
    "recording_id": "dae1b80a-17f7-476e-98b9-5ba5864f0fd9",
    "artist": "Linda From Work",
    "artist_ids": [
        "a1aa3ae3-2c08-4436-9635-0e9e057e0646"
    ],
    "album": "Seeing Red",
    "release_id": "4ca08c02-7ecd-4aa0-bd37-000fa5c7a075",
    "release_group_id": "811bb3fa-a9dc-4e32-a6cf-2af3550e850f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "new music from local Seattle group Linda from Work! https://lindafromwork.bandcamp.com/track/seeing-red-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}