Information about plays

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

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

{
    "id": 3542695,
    "uri": "https://api.kexp.org/v2/plays/3542695/?format=api",
    "airdate": "2025-08-21T00:57:18-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://ia601600.us.archive.org/35/items/mbid-232ca9a5-b427-4f33-82b1-4350b2ece244/mbid-232ca9a5-b427-4f33-82b1-4350b2ece244-35144242025_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/35/items/mbid-232ca9a5-b427-4f33-82b1-4350b2ece244/mbid-232ca9a5-b427-4f33-82b1-4350b2ece244-35144242025_thumb250.jpg",
    "song": "The Rays",
    "track_id": "0504e294-26a7-34ad-b2fe-1a196b4acf5d",
    "recording_id": "47ec79c2-db58-4910-bc5b-ee48196ca33c",
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "At the National Grid",
    "release_id": "232ca9a5-b427-4f33-82b1-4350b2ece244",
    "release_group_id": "04d4b18a-0424-34b3-9631-f31862bd3242",
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2005-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Bats record 'Corner Coming Up' on the way this fall!\n\nhttps://thebats.bandcamp.com/album/corner-coming-up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}