Information about plays

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

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

{
    "id": 3519373,
    "uri": "https://api.kexp.org/v2/plays/3519373/?format=api",
    "airdate": "2025-06-27T04:19:59-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://ia600408.us.archive.org/4/items/mbid-785e65b9-1aa8-4cbd-87f1-302c4426e65d/mbid-785e65b9-1aa8-4cbd-87f1-302c4426e65d-32472229503_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/4/items/mbid-785e65b9-1aa8-4cbd-87f1-302c4426e65d/mbid-785e65b9-1aa8-4cbd-87f1-302c4426e65d-32472229503_thumb250.jpg",
    "song": "Moviegoer",
    "track_id": "613b250c-a18d-4be8-bdf6-6f230be25d78",
    "recording_id": "73539fe1-16e6-4041-b2cf-ab5ccf27ca8b",
    "artist": "Julia Jacklin",
    "artist_ids": [
        "f95d0f4f-d344-4acd-bec8-cc512b40f629"
    ],
    "album": "Pre Pleasure",
    "release_id": "785e65b9-1aa8-4cbd-87f1-302c4426e65d",
    "release_group_id": "fe36198d-c1e6-4b63-8170-2541d8c28550",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2022-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}