Information about plays

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

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

{
    "id": 3571111,
    "uri": "https://api.kexp.org/v2/plays/3571111/?format=api",
    "airdate": "2025-10-28T18:27:10-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://ia601404.us.archive.org/19/items/mbid-ca9d638c-a285-4a51-98d5-cef9c47b3561/mbid-ca9d638c-a285-4a51-98d5-cef9c47b3561-16272598158_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/19/items/mbid-ca9d638c-a285-4a51-98d5-cef9c47b3561/mbid-ca9d638c-a285-4a51-98d5-cef9c47b3561-16272598158_thumb250.jpg",
    "song": "Dead Alive",
    "track_id": "6b645eaf-6d42-4e3f-a170-dab07fbf8670",
    "recording_id": "29aa48fa-b754-4192-a82c-1cadc6173a49",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Heartworms",
    "release_id": "ca9d638c-a285-4a51-98d5-cef9c47b3561",
    "release_group_id": "a18f9089-0e21-41c0-8039-f85a81abab19",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Katie, in memory of her dad.\n__\nHeartworms is the 5th studio album by the Shins, released in 2017",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}