Information about plays

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

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

{
    "id": 3554057,
    "uri": "https://api.kexp.org/v2/plays/3554057/?format=api",
    "airdate": "2025-09-17T05:02:17-07:00",
    "show": 64584,
    "show_uri": "https://api.kexp.org/v2/shows/64584/?format=api",
    "image_uri": "https://ia801808.us.archive.org/33/items/mbid-3ea4adae-d5cc-4694-8a11-d5d17a1a6d03/mbid-3ea4adae-d5cc-4694-8a11-d5d17a1a6d03-28891575151_thumb500.jpg",
    "thumbnail_uri": "https://ia801808.us.archive.org/33/items/mbid-3ea4adae-d5cc-4694-8a11-d5d17a1a6d03/mbid-3ea4adae-d5cc-4694-8a11-d5d17a1a6d03-28891575151_thumb250.jpg",
    "song": "Mr. Wendal",
    "track_id": "ff583fc7-7860-3f20-a087-403b341a5c29",
    "recording_id": "378c37c4-e20c-41fe-81d2-1e9ed8976740",
    "artist": "Arrested Development",
    "artist_ids": [
        "d8b15d32-609e-44a6-bff1-65c4df53a9f1"
    ],
    "album": "Unplugged",
    "release_id": "3ea4adae-d5cc-4694-8a11-d5d17a1a6d03",
    "release_group_id": "e7fa7870-5269-3bdf-963f-13d75f1354f5",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mr. Wendal\" samples \"Sing a Simple Song\" by Sly & the Family Stone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}