Information about plays

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

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

{
    "id": 3592331,
    "uri": "https://api.kexp.org/v2/plays/3592331/?format=api",
    "airdate": "2025-12-17T16:16:44-08:00",
    "show": 65404,
    "show_uri": "https://api.kexp.org/v2/shows/65404/?format=api",
    "image_uri": "https://ia802804.us.archive.org/6/items/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8/mbid-e4b614df-b855-49eb-b4e4-28f1c361ffe8-24875572097_thumb500.jpg",
    "thumbnail_uri": "https://ia902804.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": "Watch the official video here!\n\nhttps://www.youtube.com/watch?v=fye1XtXQn9s\n\nhttps://www.flaminglips.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}