Information about plays

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

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

{
    "id": 3604518,
    "uri": "https://api.kexp.org/v2/plays/3604518/?format=api",
    "airdate": "2026-01-15T03:32:15-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm a Good Woman",
    "track_id": null,
    "recording_id": "aa6de979-d8f3-4e32-90a8-2c108d43b3ba",
    "artist": "El Chicano",
    "artist_ids": [
        "256344f2-078e-44ec-8c41-23f7a3c1cd25"
    ],
    "album": "Revolución",
    "release_id": null,
    "release_group_id": "b68585e4-bed4-4ecd-b257-00d274db510b",
    "labels": [
        "Kapp Records"
    ],
    "label_ids": [
        "a181d9a4-7b62-4b40-9bad-5cb6d2e6ec91"
    ],
    "release_date": "1971-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "El Chicano, originally formed by Freddie Sanchez under the name The VIP's arose during a period of increasing Chicano consciousness in America.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}