Information about plays

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

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

{
    "id": 3612577,
    "uri": "https://api.kexp.org/v2/plays/3612577/?format=api",
    "airdate": "2026-02-03T06:07:26-08:00",
    "show": 65828,
    "show_uri": "https://api.kexp.org/v2/shows/65828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mediocrity Rules",
    "track_id": "932786a2-351e-3411-97d1-726e1974b40b",
    "recording_id": "d61baed4-9ae1-4100-b1bd-bc6bd31d1b33",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "From the Desk of Mr. Lady",
    "release_id": "a19da87a-f16e-46c1-9c51-93e3d3e665e3",
    "release_group_id": "9a2a5ab1-8771-32b1-8e44-ccd7235d8f91",
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kathleen Hanna (Bikini Kill,) Johanna Fateman and JD Samson are electronic-feminist-punk band Le Tigre. https://www.letigre.world \n-- \nDid you know that JD Samson was our guest DJ on KEXP's Midnight in a Perfect World. Take a look at her selections: https://www.kexp.org/read/2018/9/21/midnight-perfect-world-jd-samson/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}