Information about plays

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

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

{
    "id": 3546379,
    "uri": "https://api.kexp.org/v2/plays/3546379/?format=api",
    "airdate": "2025-08-29T16:45:48-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia902804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb250.jpg",
    "song": "Fight Test",
    "track_id": "98875e3a-4b97-3135-b5e7-97f4148b9fdf",
    "recording_id": "1b8e706a-454e-4466-9a8b-75214b5965f7",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Yoshimi Battles the Pink Robots",
    "release_id": "e4b614df-b855-49eb-b4e4-28f1c361ffe8",
    "release_group_id": "54b1ad4e-7e86-308d-b053-a0843f6abbdb",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Carmen! \n\nThe Flaming Lips are on tour will in California,  Oregon, Washington (including the Psychic Salamander Festival at Remlinger Farms) and Montana this fall. \nhttps://www.flaminglips.com/ \nhttps://remlingerfarms.com/psychic-salamander/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}