Information about plays

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

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

{
    "id": 3418231,
    "uri": "https://api.kexp.org/v2/plays/3418231/?format=api",
    "airdate": "2024-10-28T02:11:02-07:00",
    "show": 61694,
    "show_uri": "https://api.kexp.org/v2/shows/61694/?format=api",
    "image_uri": "https://ia902308.us.archive.org/25/items/mbid-76627fa0-7957-4ec6-a66f-414f99b63b07/mbid-76627fa0-7957-4ec6-a66f-414f99b63b07-19315319046_thumb500.jpg",
    "thumbnail_uri": "https://ia902308.us.archive.org/25/items/mbid-76627fa0-7957-4ec6-a66f-414f99b63b07/mbid-76627fa0-7957-4ec6-a66f-414f99b63b07-19315319046_thumb250.jpg",
    "song": "On Green Dolphin Street",
    "track_id": "0618a2d3-b5f6-32bb-a4f3-c7e3d7a05f0f",
    "recording_id": "6736aeba-40fc-4fcc-b5db-65ced1fe68a2",
    "artist": "Grant Green",
    "artist_ids": [
        "1a88b270-d763-48d5-a62c-2bb9cabb140c"
    ],
    "album": "The Complete Quartets With Sonny Clark",
    "release_id": "76627fa0-7957-4ec6-a66f-414f99b63b07",
    "release_group_id": "c8fabe13-fe72-3ca3-907b-bf50cb172336",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1997-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From one Sonny Clark session to the next, Green's work with Sonny stands out as some of his finest work, in his great discography ripe with greatness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}