Information about plays

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

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

{
    "id": 3527678,
    "uri": "https://api.kexp.org/v2/plays/3527678/?format=api",
    "airdate": "2025-07-16T09:39:23-07:00",
    "show": 64028,
    "show_uri": "https://api.kexp.org/v2/shows/64028/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c4e9a50-1271-4652-ae00-54c8d2420c16/5133136502-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c4e9a50-1271-4652-ae00-54c8d2420c16/5133136502-250.jpg",
    "song": "Know Your Rights",
    "track_id": null,
    "recording_id": "32e3027e-772c-455d-921d-a280f7afff0e",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Combat Rock",
    "release_id": null,
    "release_group_id": "b1907b62-6aaf-3ea4-9895-b71234a0e5c1",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1982-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is a public service announcement….with guitars!”\n---\nThe song is said to have been written as a sarcastic response to a series of public service announcements in poor areas reminding the civilians of their basic human rights. Your rights:  1. \"The right not to be killed. Murder is a crime, unless it is done by a policeman, or an aristocrat\" 2. \"The right to food money, providing of course, you don't mind a little investigation, humiliation, and, if you cross your fingers, rehabilitation\" 3. \"The right to free speech (as long as you're not dumb enough to actually try it)\"\n\nhttps://www.theclash.com/discography/know-your-rights/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}