Information about plays

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

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

{
    "id": 3546121,
    "uri": "https://api.kexp.org/v2/plays/3546121/?format=api",
    "airdate": "2025-08-29T02:41:24-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-386f0756-16b0-4e8f-8ca1-368d9186ffd0/mbid-386f0756-16b0-4e8f-8ca1-368d9186ffd0-33850930286_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-386f0756-16b0-4e8f-8ca1-368d9186ffd0/mbid-386f0756-16b0-4e8f-8ca1-368d9186ffd0-33850930286_thumb250.jpg",
    "song": "Coyotes",
    "track_id": "12e99638-34ac-4473-83de-31ac837440d4",
    "recording_id": "33aa2bd7-911f-40c6-bfd4-1a9ba9da6c9f",
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "YTI⅃AƎЯ",
    "release_id": "386f0756-16b0-4e8f-8ca1-368d9186ffd0",
    "release_group_id": "5839c846-d402-429a-9fb6-6925b49730e2",
    "labels": [
        "Drag City Inc."
    ],
    "label_ids": [
        "b7922254-a7e8-4da7-b16e-5b6dd3ff2a33"
    ],
    "release_date": "2022-10-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}