Information about plays

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

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

{
    "id": 3598615,
    "uri": "https://api.kexp.org/v2/plays/3598615/?format=api",
    "airdate": "2025-12-31T23:39:11-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "https://ia600509.us.archive.org/3/items/mbid-73677f81-86e6-4087-9255-9ee81b8e3dd3/mbid-73677f81-86e6-4087-9255-9ee81b8e3dd3-9928049887_thumb500.jpg",
    "thumbnail_uri": "https://ia600509.us.archive.org/3/items/mbid-73677f81-86e6-4087-9255-9ee81b8e3dd3/mbid-73677f81-86e6-4087-9255-9ee81b8e3dd3-9928049887_thumb250.jpg",
    "song": "You Can Call Me Al",
    "track_id": "2a9fd255-3a9a-3ccf-84b1-7fa9e8d1e246",
    "recording_id": "01e1696b-b3c7-4ffe-a42b-ec2c952f7429",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "Graceland",
    "release_id": "73677f81-86e6-4087-9255-9ee81b8e3dd3",
    "release_group_id": "19847822-1430-3380-9cf1-bc45545b34ac",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's bassist Bathiki Kumalo from South Africa creating legendary bass lines on this 1986 record! This is by far the biggest hit containing a penny whistle solo. It was played by Jy Morr (Morris) Goldberg, a white South African who was living in New York. Watch Chevy Chase lip syncing this song in the classic video: https://www.youtube.com/watch?v=uq-gYOrU8bA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}