Information about plays

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

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

{
    "id": 3549318,
    "uri": "https://api.kexp.org/v2/plays/3549318/?format=api",
    "airdate": "2025-09-05T18:05:45-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia600807.us.archive.org/24/items/mbid-fdd0396e-c089-444d-83d5-564b08aaaf7f/mbid-fdd0396e-c089-444d-83d5-564b08aaaf7f-41612681836_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/24/items/mbid-fdd0396e-c089-444d-83d5-564b08aaaf7f/mbid-fdd0396e-c089-444d-83d5-564b08aaaf7f-41612681836_thumb250.jpg",
    "song": "Autostatic!",
    "track_id": "60487f4d-f660-4a69-b189-06fd80147c30",
    "recording_id": "7e68faa2-9ea0-4980-9fce-f08d0e009956",
    "artist": "Lou Tides",
    "artist_ids": [
        "99a6ac02-ef13-43a4-9e17-a52584aeb817"
    ],
    "album": "Autostatic!",
    "release_id": "fdd0396e-c089-444d-83d5-564b08aaaf7f",
    "release_group_id": "6b8764c4-9806-409c-93b7-50bab40a37ca",
    "labels": [
        "Switch Hit Records"
    ],
    "label_ids": [
        "84101173-12fe-4978-bae6-a9ead562f898"
    ],
    "release_date": "2025-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://loutides.bandcamp.com/album/autostatic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}