Information about plays

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

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

{
    "id": 3641515,
    "uri": "https://api.kexp.org/v2/plays/3641515/?format=api",
    "airdate": "2026-04-13T09:39:58-07:00",
    "show": 66442,
    "show_uri": "https://api.kexp.org/v2/shows/66442/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-e268a870-36ff-304a-96fd-09577bf90935/mbid-e268a870-36ff-304a-96fd-09577bf90935-6367539735_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-e268a870-36ff-304a-96fd-09577bf90935/mbid-e268a870-36ff-304a-96fd-09577bf90935-6367539735_thumb250.jpg",
    "song": "These Boots Are Made for Walking",
    "track_id": "e5575c58-595f-3b3f-8746-ecbcd9b2c313",
    "recording_id": "00193b1a-8254-4e35-b1a1-79de77cb7ea1",
    "artist": "Pure Hell",
    "artist_ids": [
        "6c8fc160-5d6d-4f81-99db-60f35316b695"
    ],
    "album": "These Boots Are Made for Walking",
    "release_id": "e268a870-36ff-304a-96fd-09577bf90935",
    "release_group_id": "a95015c9-4c8f-3dc4-aa18-bde62624be4c",
    "labels": [
        "Golden Sphinx Records"
    ],
    "label_ids": [
        "741f7cd6-290d-4552-a44f-daebc1710de4"
    ],
    "release_date": "1978-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Not only a killer Nancy Sinatra cover, but also the only single that Pure Hell officially released before disbanding.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}