Information about plays

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

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

{
    "id": 3554379,
    "uri": "https://api.kexp.org/v2/plays/3554379/?format=api",
    "airdate": "2025-09-17T23:55:12-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://ia800206.us.archive.org/25/items/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2-11639680608_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/25/items/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2-11639680608_thumb250.jpg",
    "song": "This Is Not America",
    "track_id": "c483860e-6900-326b-bc60-052223f2bd91",
    "recording_id": "b320a120-b357-4deb-9511-3209e2f7d896",
    "artist": "David Bowie & Pat Metheny Group",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50",
        "66a7f1f8-0ad6-4e3a-9346-a643e2739a8c"
    ],
    "album": "Best of Bowie",
    "release_id": "75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2",
    "release_group_id": "cd4c2cc6-fb5f-35db-8a48-2215edf499f7",
    "labels": [
        "Virgin",
        "EMI"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}