Information about plays

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

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

{
    "id": 3525521,
    "uri": "https://api.kexp.org/v2/plays/3525521/?format=api",
    "airdate": "2025-07-11T10:21:10-07:00",
    "show": 63982,
    "show_uri": "https://api.kexp.org/v2/shows/63982/?format=api",
    "image_uri": "https://ia802909.us.archive.org/10/items/mbid-48ae5a84-4edf-3668-9d68-3c0441be4dc8/mbid-48ae5a84-4edf-3668-9d68-3c0441be4dc8-3375579974_thumb500.jpg",
    "thumbnail_uri": "https://ia802909.us.archive.org/10/items/mbid-48ae5a84-4edf-3668-9d68-3c0441be4dc8/mbid-48ae5a84-4edf-3668-9d68-3c0441be4dc8-3375579974_thumb250.jpg",
    "song": "Four Winds",
    "track_id": "8e5387bf-9e31-3ad0-a4fe-1db67ae4819c",
    "recording_id": "60f11ccc-ca06-4b81-b256-9264417c3432",
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "Cassadaga",
    "release_id": "48ae5a84-4edf-3668-9d68-3c0441be4dc8",
    "release_group_id": "46e4a3b3-69ee-38de-8b73-9df4c8a63e38",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2007-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bright Eyes will play in Sonoma, CA at Gundlach Bundschu on Wednesday, August 27th! Stay tuned throughout the Midday Show for your chance to win tickets! \n\nhttps://brighteyes.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}