Information about plays

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

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

{
    "id": 3624471,
    "uri": "https://api.kexp.org/v2/plays/3624471/?format=api",
    "airdate": "2026-03-02T17:13:06-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "https://coverartarchive.org/release/17bfa23c-4045-4858-a61a-b67a8497f811/11542516366-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17bfa23c-4045-4858-a61a-b67a8497f811/11542516366-250.jpg",
    "song": "Louder Than a Bomb (Dirty Needlez edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Fight the Power - The Collection",
    "release_id": null,
    "release_group_id": "ab0dd27f-0c93-4d70-8d6c-85d8513b5c75",
    "labels": [
        "Spectrum Music"
    ],
    "label_ids": [
        "b1ee0ca2-0aae-4d46-bb8e-11c0f20361ff"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Louder Than a Bomb is (from the album It Takes a Nation of Millions to Hold Us Back) accuses the CIA of assassinating Martin Luther King Jr. and Malcolm X. The title itself is a reference to the album's theme of using the power of music and message to fight oppression, and the track is known for its aggressive sound and socially charged lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}