Information about plays

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

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

{
    "id": 3580840,
    "uri": "https://api.kexp.org/v2/plays/3580840/?format=api",
    "airdate": "2025-11-21T01:08:44-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e-20362927395_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e/mbid-d1d81f1d-fe3d-44b3-9692-051513b0662e-20362927395_thumb250.jpg",
    "song": "The Look of Love",
    "track_id": "723dbd34-c925-39b6-8832-a2cb5409eac8",
    "recording_id": "52105ec4-2461-4846-9caa-bd748a60c05c",
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Dead Presidents",
    "release_id": "ad22dcd4-46ba-3a13-9089-087f1c5f9e78",
    "release_group_id": "fe7d1ad2-26e0-35ca-87ea-290e46dde7e8",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Rob Bowman's history of Stax, \"Soulsville USA\", Isaac Hayes' cover of this Burt Bacharach & Hal David classic peaked at #79 on the Billboard Hot 100 . Hayes had previously covered \"Walk On By\" and \"I Just Don't Know What To Do With Myself\" by the famed songwriting duo.\n\nIsaac Hayes performed this song live on 1973 on \"Solid Gold\": https://youtu.be/20XTU8ZHo1c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}