Information about plays

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

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

{
    "id": 3545447,
    "uri": "https://api.kexp.org/v2/plays/3545447/?format=api",
    "airdate": "2025-08-27T10:12:12-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-5952e2e9-2846-4e8b-8075-fc9a89822189/mbid-5952e2e9-2846-4e8b-8075-fc9a89822189-30805349012_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-5952e2e9-2846-4e8b-8075-fc9a89822189/mbid-5952e2e9-2846-4e8b-8075-fc9a89822189-30805349012_thumb250.jpg",
    "song": "Low Era",
    "track_id": "f401c552-9180-4c84-b6ab-813204ad5eeb",
    "recording_id": "4fbe1901-c4fd-4f9e-b319-7e38e63dc8e4",
    "artist": "Geese",
    "artist_ids": [
        "e0c97a4d-c392-41a9-a374-57af3e3eeab3"
    ],
    "album": "Projector",
    "release_id": "e0aba8ae-6ded-4a8b-af13-3782220097b0",
    "release_group_id": "c6a72221-c186-4319-91f4-8499dd491762",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2021-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Roger in Phoenix!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}