Information about plays

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

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

{
    "id": 3571572,
    "uri": "https://api.kexp.org/v2/plays/3571572/?format=api",
    "airdate": "2025-10-29T22:26:06-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/d48e8086-3741-49c7-89f1-eb81b464d4f4/39985766837-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d48e8086-3741-49c7-89f1-eb81b464d4f4/39985766837-250.jpg",
    "song": "The Boogie Man",
    "track_id": null,
    "recording_id": "72af23bb-8ded-4f8f-b69d-38dd1a06febd",
    "artist": "Louie Ramírez",
    "artist_ids": [
        "66c769b2-5e93-4ece-a99a-ee24c8777010"
    ],
    "album": "In the Heart of Spanish Harlem / En el corazón de Harlem español",
    "release_id": null,
    "release_group_id": "1c05ac5f-be47-3494-97d7-0f65bd924cd2",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}