Information about plays

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

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

{
    "id": 3568083,
    "uri": "https://api.kexp.org/v2/plays/3568083/?format=api",
    "airdate": "2025-10-21T15:30:04-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://coverartarchive.org/release/e54e01ab-3287-4e00-a13f-521bed4a1a9c/14839205195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e54e01ab-3287-4e00-a13f-521bed4a1a9c/14839205195-250.jpg",
    "song": "Matrix",
    "track_id": null,
    "recording_id": "5fba7348-9d02-4f4c-8c7e-c6fe4bec4727",
    "artist": "Dizzy Gillespie",
    "artist_ids": [
        "e9ba8ccb-505f-4e5c-b909-65998d0d35b5"
    ],
    "album": "The Real Thing",
    "release_id": null,
    "release_group_id": "1e973372-6910-3bb9-b78f-de19a1e662c2",
    "labels": [
        "Perception Records"
    ],
    "label_ids": [
        "1cb139bd-32c7-43c0-a5da-7ff6bb8d646e"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1917, American jazz trumpeter, bandleader, composer, singer, and legend, John Birks \"Dizzy\" Gillespie!\n---\nThis song was composed by pianist Mike Longo. That's, of course, \"Dizzy\" Gillespie on trumpet. Here's a biography of Gillespie from the National endowment for the Arts: https://www.arts.gov/honors/jazz/john-birks-dizzy-gillespie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}