Information about plays

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

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

{
    "id": 3548802,
    "uri": "https://api.kexp.org/v2/plays/3548802/?format=api",
    "airdate": "2025-09-04T10:55:22-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia902309.us.archive.org/19/items/mbid-9b8f9c53-dbdf-4aca-af6c-17a23035e20a/mbid-9b8f9c53-dbdf-4aca-af6c-17a23035e20a-34104835062_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-9b8f9c53-dbdf-4aca-af6c-17a23035e20a/mbid-9b8f9c53-dbdf-4aca-af6c-17a23035e20a-34104835062_thumb250.jpg",
    "song": "Big Fig Wasp",
    "track_id": "a2685ab3-6f93-416f-b254-415d2a4d265b",
    "recording_id": "efdd86af-12fb-44fa-8e34-e0e67e5b58be",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Nonagon Infinity",
    "release_id": "9b8f9c53-dbdf-4aca-af6c-17a23035e20a",
    "release_group_id": "7c365e51-de7b-4c72-80dd-4e0536258c6e",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2016-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song's verse is in 9/4 time signature and listener Stephen points out that today is also 9/4, so what better day to play this song??\n\nhttps://kinggizzardandthelizardwizard.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}