Information about plays

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

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

{
    "id": 3547469,
    "uri": "https://api.kexp.org/v2/plays/3547469/?format=api",
    "airdate": "2025-09-01T06:50:56-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia801208.us.archive.org/24/items/mbid-f2a1da50-7412-461e-83c1-886eaaa32d94/mbid-f2a1da50-7412-461e-83c1-886eaaa32d94-11884739186_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/24/items/mbid-f2a1da50-7412-461e-83c1-886eaaa32d94/mbid-f2a1da50-7412-461e-83c1-886eaaa32d94-11884739186_thumb250.jpg",
    "song": "Working for the Weekend",
    "track_id": "2ac73b9d-ae1f-3e62-9243-3daa5da1ed1d",
    "recording_id": "c1f6fe99-c3e8-4904-8474-7ab9d6ad7b73",
    "artist": "Loverboy",
    "artist_ids": [
        "c11ba128-03b1-404d-ae88-452524b7ecc3"
    ],
    "album": "Get Lucky",
    "release_id": "f2a1da50-7412-461e-83c1-886eaaa32d94",
    "release_group_id": "9acb1c85-dbd7-3e82-8838-dbd858f01c53",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If I had a Friday song...this would be it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}