Information about plays

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

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

{
    "id": 3594288,
    "uri": "https://api.kexp.org/v2/plays/3594288/?format=api",
    "airdate": "2025-12-22T02:40:11-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://ia800202.us.archive.org/14/items/mbid-6f9eb063-4e64-45c3-8bcc-8a28207a1386/mbid-6f9eb063-4e64-45c3-8bcc-8a28207a1386-38677943609_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/14/items/mbid-6f9eb063-4e64-45c3-8bcc-8a28207a1386/mbid-6f9eb063-4e64-45c3-8bcc-8a28207a1386-38677943609_thumb250.jpg",
    "song": "Ill Wind",
    "track_id": "d16e1138-07ad-3c94-a76b-4a8187dbc618",
    "recording_id": "c82a4426-6374-48c2-b611-c4a0fc7fcfb6",
    "artist": "Sarah Vaughan",
    "artist_ids": [
        "351d8bdf-33a1-45e2-8c04-c85fad20da55"
    ],
    "album": "After Hours",
    "release_id": "6f9eb063-4e64-45c3-8bcc-8a28207a1386",
    "release_group_id": "62e7ad04-4ce7-30b7-8720-8fc96b19e886",
    "labels": [
        "Roulette Records"
    ],
    "label_ids": [
        "2d88e45b-7ba7-4bad-b0f6-0461d9c83db3"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}