Information about plays

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

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

{
    "id": 3547472,
    "uri": "https://api.kexp.org/v2/plays/3547472/?format=api",
    "airdate": "2025-09-01T07:03:15-07:00",
    "show": 64445,
    "show_uri": "https://api.kexp.org/v2/shows/64445/?format=api",
    "image_uri": "https://ia801506.us.archive.org/19/items/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e-34336267419_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/19/items/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e/mbid-81d77adb-96cc-447a-96b9-98fe6fe8b75e-34336267419_thumb250.jpg",
    "song": "One Big Holiday",
    "track_id": "0145631c-fac0-3809-b42d-45a4ab5b0532",
    "recording_id": "1b5cf19e-65ed-4591-9b28-e396fe60f4fa",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "It Still Moves",
    "release_id": "81d77adb-96cc-447a-96b9-98fe6fe8b75e",
    "release_group_id": "edc79edc-6c02-33c2-be16-d410ff2c5c5f",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Louisville band has been making music since 1998. They released their most recent album 'is' in March of this year!\n\nhttps://mmorningjacket.bandcamp.com/album/is",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}