Information about plays

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

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

{
    "id": 3548255,
    "uri": "https://api.kexp.org/v2/plays/3548255/?format=api",
    "airdate": "2025-09-03T03:03:46-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia601402.us.archive.org/28/items/mbid-e19b0690-ce32-4087-a2c4-2ed981788c96/mbid-e19b0690-ce32-4087-a2c4-2ed981788c96-4983940761_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-e19b0690-ce32-4087-a2c4-2ed981788c96/mbid-e19b0690-ce32-4087-a2c4-2ed981788c96-4983940761_thumb250.jpg",
    "song": "Shonen Knife Planet",
    "track_id": "d78e7ee9-5dbe-3a98-8e3b-a110c240e95b",
    "recording_id": "1f24e92e-9322-42b2-bd37-2eac27c1d558",
    "artist": "Shonen Knife",
    "artist_ids": [
        "5089b746-7612-4a13-9153-33ff2560e161"
    ],
    "album": "Happy Hour",
    "release_id": "e19b0690-ce32-4087-a2c4-2ed981788c96",
    "release_group_id": "f84854f3-6f36-33bc-bbc9-e2bcc8351aa7",
    "labels": [
        "Big Deal Records"
    ],
    "label_ids": [
        "dcaa42c1-85b3-49de-b0eb-ffb311156e2a"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tractor Tavern in Seattle on 10/25!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}