Information about plays

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

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

{
    "id": 3544558,
    "uri": "https://api.kexp.org/v2/plays/3544558/?format=api",
    "airdate": "2025-08-25T08:08:44-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia801300.us.archive.org/12/items/mbid-213f1d8f-9233-3b6d-822d-d10f81e39e8d/mbid-213f1d8f-9233-3b6d-822d-d10f81e39e8d-13112905140_thumb500.jpg",
    "thumbnail_uri": "https://ia601300.us.archive.org/12/items/mbid-213f1d8f-9233-3b6d-822d-d10f81e39e8d/mbid-213f1d8f-9233-3b6d-822d-d10f81e39e8d-13112905140_thumb250.jpg",
    "song": "Fortunately Gone",
    "track_id": "7be9d3a3-e274-3150-b7a0-d6d5b28429ab",
    "recording_id": "07968da2-ee6b-490a-b430-570e235c739d",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Pod",
    "release_id": "213f1d8f-9233-3b6d-822d-d10f81e39e8d",
    "release_group_id": "9369d619-d85e-3abd-a31e-f4398ec4c76e",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes from The Breeders' 1990 debut! \n\nIt's 1990 week! http://www.kexp.org/50",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}