Information about plays

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

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

{
    "id": 3561278,
    "uri": "https://api.kexp.org/v2/plays/3561278/?format=api",
    "airdate": "2025-10-04T17:11:40-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-d5676a1e-0166-484f-b384-5c8231e42322/mbid-d5676a1e-0166-484f-b384-5c8231e42322-25530726625_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-d5676a1e-0166-484f-b384-5c8231e42322/mbid-d5676a1e-0166-484f-b384-5c8231e42322-25530726625_thumb250.jpg",
    "song": "Soul Control",
    "track_id": "e0c584d5-df57-4eae-895c-ef5d35a36f8d",
    "recording_id": "86156afc-ae4d-48d6-a086-c39bf1686b22",
    "artist": "Jessie Ware",
    "artist_ids": [
        "6ed40778-8d03-4a5c-ad35-93cf814627c9"
    ],
    "album": "What’s Your Pleasure?",
    "release_id": "823a0c73-11e3-44b3-8596-5904d40e8fc6",
    "release_group_id": "38d0e2a3-06a0-4c2e-ac5d-faf1b2d7e563",
    "labels": [
        "Virgin EMI Records",
        "PMR Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c",
        "9eb5fc82-82ce-4f6e-85d4-52e23decfa1e"
    ],
    "release_date": "2020-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#691 - Jessie Ware - Soul Control\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}