Information about plays

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

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

{
    "id": 3542591,
    "uri": "https://api.kexp.org/v2/plays/3542591/?format=api",
    "airdate": "2025-08-20T18:56:27-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia800800.us.archive.org/20/items/mbid-115266f4-f28b-4cf6-8f8c-3bcb510a716a/mbid-115266f4-f28b-4cf6-8f8c-3bcb510a716a-16964192326_thumb500.jpg",
    "thumbnail_uri": "https://ia800800.us.archive.org/20/items/mbid-115266f4-f28b-4cf6-8f8c-3bcb510a716a/mbid-115266f4-f28b-4cf6-8f8c-3bcb510a716a-16964192326_thumb250.jpg",
    "song": "Bitter Sweet Symphony",
    "track_id": "db668cf2-fbaf-4911-a5dd-75457a773549",
    "recording_id": "07a77273-9ed5-440c-b531-3849fb86076d",
    "artist": "London Grammar",
    "artist_ids": [
        "4dbe08c1-b40a-43b3-ab89-210000bd8ab2"
    ],
    "album": "Truth Is a Beautiful Thing",
    "release_id": "115266f4-f28b-4cf6-8f8c-3bcb510a716a",
    "release_group_id": "09dec61b-ae0d-4a91-b61d-f1d74ea16ccd",
    "labels": [
        "Ministry of Sound",
        "Metal & Dust Recordings Ltd."
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b",
        "dd6ec4bc-e1b2-41f5-9ddc-08e22c7a334b"
    ],
    "release_date": "2017-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Camilo, listening in Brisbane!\n\nLondon Grammar covering the classic \"Bitter Sweet Symphony\"!\n\nThis track (recorded live at BBC Maida Vale) was included on a bonus disc included with the deluxe edition of their second LP\n\nhttps://www.londongrammar.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}