Information about plays

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

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

{
    "id": 3548319,
    "uri": "https://api.kexp.org/v2/plays/3548319/?format=api",
    "airdate": "2025-09-03T07:04:33-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia800609.us.archive.org/28/items/mbid-8c13ec4a-a72b-4c9f-b288-1621ac5a972e/mbid-8c13ec4a-a72b-4c9f-b288-1621ac5a972e-41304636567_thumb500.jpg",
    "thumbnail_uri": "https://ia600609.us.archive.org/28/items/mbid-8c13ec4a-a72b-4c9f-b288-1621ac5a972e/mbid-8c13ec4a-a72b-4c9f-b288-1621ac5a972e-41304636567_thumb250.jpg",
    "song": "Papa Was a Rollin’ Stone",
    "track_id": "18655dcb-21aa-39c4-8e06-c8b5155bed9c",
    "recording_id": "2d657cd7-1714-487e-9234-8e8c8cffd912",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Papa Was a Rollin’ Stone",
    "release_id": "8c13ec4a-a72b-4c9f-b288-1621ac5a972e",
    "release_group_id": "211a6bc5-17e1-4270-8fcc-80d31c9ff787",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1972-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Wednesday and welcome to the Morning Show!\n\nThe Temptations song \"Papa Was A Rollin' Stone\" features the line \"It was the 3rd of September, that day I'll always remember\".\n\nYou can see the Temptations live in Seattle at the Paramount on November 19 and in San Jose at San Jose Civic on November 21.\n\nhttps://www.temptationsofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}