Information about plays

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

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

{
    "id": 3561609,
    "uri": "https://api.kexp.org/v2/plays/3561609/?format=api",
    "airdate": "2025-10-05T11:05:26-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/1cb9e01f-6a76-42bd-9225-e9a8353e73c1/17242143800-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1cb9e01f-6a76-42bd-9225-e9a8353e73c1/17242143800-250.jpg",
    "song": "I Wish I Knew (How It Would Feel to Be Free)",
    "track_id": null,
    "recording_id": "2ba28f47-94bd-453e-a285-d6dfa722bc7b",
    "artist": "Marlena Shaw",
    "artist_ids": [
        "f94db5b3-9260-4e81-9d35-6806e50c713f"
    ],
    "album": "The Spice of Life",
    "release_id": null,
    "release_group_id": "7611e7a9-fb04-3186-b5c5-b833a3434e67",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by jazz pianist Billy Taylor, became an anthem of the Civil Rights Movement, and was popularized by Nina Simone in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}