Information about plays

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

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

{
    "id": 3554055,
    "uri": "https://api.kexp.org/v2/plays/3554055/?format=api",
    "airdate": "2025-09-17T04:49:35-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia800303.us.archive.org/32/items/mbid-ac2ed47a-046d-4085-92d1-1e4178111996/mbid-ac2ed47a-046d-4085-92d1-1e4178111996-13262283108_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/32/items/mbid-ac2ed47a-046d-4085-92d1-1e4178111996/mbid-ac2ed47a-046d-4085-92d1-1e4178111996-13262283108_thumb250.jpg",
    "song": "Politics of Free",
    "track_id": "394233f0-a05d-485d-9120-5f46fe194232",
    "recording_id": "af55c415-0fc1-47c2-b356-9fb7e58bc32d",
    "artist": "Woods",
    "artist_ids": [
        "42a1253e-0efc-45e8-b627-ff802fb9e9ee"
    ],
    "album": "City Sun Eater in the River of Light",
    "release_id": "ac2ed47a-046d-4085-92d1-1e4178111996",
    "release_group_id": "865a6ecd-807c-4bd0-b772-8626f52ffd6e",
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}