Information about plays

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

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

{
    "id": 3577988,
    "uri": "https://api.kexp.org/v2/plays/3577988/?format=api",
    "airdate": "2025-11-14T08:02:42-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://ia600704.us.archive.org/0/items/mbid-9626f9be-d30a-450b-8c1c-155096c0b4aa/mbid-9626f9be-d30a-450b-8c1c-155096c0b4aa-24095979088_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-9626f9be-d30a-450b-8c1c-155096c0b4aa/mbid-9626f9be-d30a-450b-8c1c-155096c0b4aa-24095979088_thumb250.jpg",
    "song": "Wolf Totem",
    "track_id": "d13d74b1-3716-4978-9665-b2d17f8b6fa6",
    "recording_id": "16dfe7b6-c680-4d45-94a6-a31e12a8780d",
    "artist": "The HU",
    "artist_ids": [
        "8601a656-4830-457c-a3f1-f25b105d1629"
    ],
    "album": "The Gereg",
    "release_id": "9626f9be-d30a-450b-8c1c-155096c0b4aa",
    "release_group_id": "6f3ea635-6975-4ef6-8028-5b6389928f11",
    "labels": [
        "Eleven Seven Music"
    ],
    "label_ids": [
        "1794d535-40e6-4b3b-8724-84123dc68388"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lyric translation, courtesy of your Morning Show pals...\n\nThe lion is in a bloody battle to the death \n\nThe tiger overcomes the leopard in a match \n\nThe elephant thrashes the leopard in a contest \n\nMan intensely struggles with a leopard to contend\n\n(and THAT is how babies are made)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}