Information about plays

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

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

{
    "id": 3658773,
    "uri": "https://api.kexp.org/v2/plays/3658773/?format=api",
    "airdate": "2026-05-24T00:15:59-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/a276e0f8-d260-4000-9371-271f17580258/45138719761-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a276e0f8-d260-4000-9371-271f17580258/45138719761-250.jpg",
    "song": "It’s for the Kids",
    "track_id": null,
    "recording_id": "8eecd10c-cccd-4835-aba9-3c6a74ec878f",
    "artist": "Anthrax",
    "artist_ids": [
        "b616d6f0-ec1f-4c69-8a79-12a97ece7372"
    ],
    "album": "Cursum Perficio",
    "release_id": null,
    "release_group_id": "8ec7ac16-5003-42d3-9f5e-1475f9a9d428",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2026-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anthrax' 12th studio album, Cursum Perficio, is scheduled for release on September 18, 2026, via Nuclear Blast Records. The title Cursum Perficio is Latin for \"I complete my journey\" or \"My journey has come to an end.\" Drummer Charlie Benante noted he discovered the phrase at Marilyn Monroe’s final home. https://www.anthrax.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}